Commit 0c3605d2 authored by nanahira's avatar nanahira

OK to build other branches but not deploy

parent be42b517
...@@ -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
...@@ -28,6 +28,6 @@ upload_to_minio: ...@@ -28,6 +28,6 @@ upload_to_minio:
image: python image: python
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