Commit c429070c authored by nanahira's avatar nanahira

version

parent 8fb20db4
Pipeline #4483 passed with stages
in 1 minute and 44 seconds
...@@ -9,7 +9,6 @@ build: ...@@ -9,7 +9,6 @@ build:
stage: build stage: build
tags: tags:
- linux - linux
image: node:buster-slim
script: script:
- npm ci - npm ci
- npm run build - npm run build
...@@ -23,9 +22,7 @@ upload_to_minio: ...@@ -23,9 +22,7 @@ upload_to_minio:
- build - build
tags: tags:
- linux - linux
image: python
script: 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 - aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete dist/ s3://nanahira/koishi-plugin/hisoutensoku-jammer
only: only:
- master - master
...@@ -36,10 +33,9 @@ deploy_npm: ...@@ -36,10 +33,9 @@ deploy_npm:
- build - build
tags: tags:
- linux - linux
image: node:buster-slim
script: script:
- apt update;apt -y install coreutils - apt update;apt -y install coreutils
- echo $NPMRC | base64 --decode > ~/.npmrc - echo $NPMRC | base64 --decode > ~/.npmrc
- npm publish . || true - npm publish . || true
only: only:
- master - master
\ No newline at end of file
{ {
"name": "koishi-plugin-hisoutensoku-jammer", "name": "koishi-plugin-hisoutensoku-jammer",
"version": "1.1.6", "version": "1.1.7",
"description": "A Koishi Plugin jamming hisoutensoku plays in group.", "description": "A Koishi Plugin jamming hisoutensoku plays in group.",
"main": "dist/index.js", "main": "dist/index.js",
"dependencies": { "dependencies": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment