Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
I
init-things
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
init-things
Commits
f38a5d8a
Commit
f38a5d8a
authored
May 04, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
finish
parent
c7b61fa3
Pipeline
#3140
passed with stages
in 36 seconds
Changes
6
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
35 additions
and
15 deletions
+35
-15
things/koishi-plugin-init/.gitlab-ci.yml
things/koishi-plugin-init/.gitlab-ci.yml
+30
-0
things/koishi-plugin-init/.npmignore
things/koishi-plugin-init/.npmignore
+1
-3
things/nest-koishijs/.npmignore
things/nest-koishijs/.npmignore
+1
-3
things/nest-typeorm/.npmignore
things/nest-typeorm/.npmignore
+1
-3
things/nest/.npmignore
things/nest/.npmignore
+1
-3
things/npm/.npmignore
things/npm/.npmignore
+1
-3
No files found.
things/koishi-plugin-init/.gitlab-ci.yml
View file @
f38a5d8a
...
...
@@ -13,3 +13,33 @@ build:
script
:
-
npm ci
-
npm run build
artifacts
:
paths
:
-
dist/
upload_to_minio
:
stage
:
deploy
dependencies
:
-
build
tags
:
-
linux
image
:
python
script
:
-
pip install -U -i https://mirrors.aliyun.com/pypi/simple/ awscli
-
aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete dist/ s3://nanahira/koishi-plugin/hisoutensoku-jammer
only
:
-
master
deploy_npm
:
stage
:
deploy
dependencies
:
-
build
tags
:
-
linux
image
:
node:buster-slim
script
:
-
apt update;apt -y install coreutils
-
echo $NPMRC | base64 --decode > ~/.npmrc
-
npm publish . ||
true
only
:
-
master
\ No newline at end of file
things/koishi-plugin-init/.npmignore
View file @
f38a5d8a
/install-npm.sh
/webpack.config.js
/tsconfig.json
.git*
/output
/dest
...
...
things/nest-koishijs/.npmignore
View file @
f38a5d8a
/install-npm.sh
/webpack.config.js
/tsconfig.json
.git*
/output
/dest
...
...
things/nest-typeorm/.npmignore
View file @
f38a5d8a
/install-npm.sh
/webpack.config.js
/tsconfig.json
.git*
/output
/dest
...
...
things/nest/.npmignore
View file @
f38a5d8a
/install-npm.sh
/webpack.config.js
/tsconfig.json
.git*
/output
/dest
...
...
things/npm/.npmignore
View file @
f38a5d8a
/install-npm.sh
/webpack.config.js
/tsconfig.json
.git*
/output
/dest
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment