Commit 54d8021c authored by JoyJ's avatar JoyJ
parents 30d5174d dfd7501c
...@@ -10,8 +10,8 @@ build_dex: ...@@ -10,8 +10,8 @@ build_dex:
dependencies: [] dependencies: []
tags: tags:
- linux - linux
only: #only:
- master # - master
image: mono image: mono
script: script:
- ./ci/build.sh - ./ci/build.sh
...@@ -25,9 +25,9 @@ upload_to_minio: ...@@ -25,9 +25,9 @@ upload_to_minio:
- build_dex - build_dex
tags: tags:
- linux - linux
image: python image: banst/awscli
script: script:
- pip install -U awscli - pip install -U awscli
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync dist s3://mycard/DataEditorX - aws s3 --endpoint=https://minio.mycard.moe:9000 sync dist/ s3://mycard/DataEditorX
only: only:
- master - master
File mode changed from 100644 to 100755
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