Commit 3af603d5 authored by nanahira's avatar nanahira

fix

parent 465abdb1
Pipeline #40916 passed with stage
in 9 seconds
...@@ -11,6 +11,6 @@ upload_to_minio: ...@@ -11,6 +11,6 @@ upload_to_minio:
- linux - linux
script: script:
- rm -rf .gitlab-ci.yml .git* - rm -rf .gitlab-ci.yml .git*
- aws s3 --endpoint=https://minio.moenext.com:9000 sync --delete dist/ s3://mycard/srvpro - aws s3 --endpoint=https://minio.moenext.com:9000 sync --delete ./ s3://mycard/srvpro
only: only:
- gh-pages - gh-pages
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