Commit 255c19a0 authored by nanahira's avatar nanahira

fix

parent 54b2f87a
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
set -x set -x
set -o errexit set -o errexit
# ygopro-database # ygopro-database
apt update && apt -y install wget git p7zip-fill apt update && apt -y install wget git p7zip-full
git clone --depth=1 https://code.mycard.moe/mycard/ygopro-database git clone --depth=1 https://code.mycard.moe/mycard/ygopro-database
cp -rf ./locales/$TARGET_LOCALE/* . cp -rf ./locales/$TARGET_LOCALE/* .
# ygopro-images # ygopro-images
......
...@@ -336,3 +336,20 @@ pack_linux_en-US: ...@@ -336,3 +336,20 @@ pack_linux_en-US:
only: only:
- tags - tags
- gitlabci - gitlabci
upload_to_minio:
stage: deploy
dependencies:
- pack_windows_zh-CN
- pack_linux_zh-CN
- pack_windows_en-US
- pack_linux_en-US
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 dist/ s3://mycard/mcpro
only:
- tags
- gitlabci
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