Commit c2a26668 authored by nanahira's avatar nanahira

fix

parent 5792eb3c
Pipeline #29942 passed with stages
in 1 minute and 46 seconds
......@@ -95,14 +95,14 @@ deploy_server_env408:
variables:
username: $MYCARD_USERNAME
password: $MYCARD_PASSWORD
appVersion: $CI_COMMIT_REF_NAME
appVersion: $CI_COMMIT_SHORT_SHA
APP_ID: ygopro-408
USE_PACK: env408-zh-CN
OUTPUT_ENV: env408-zh-CN
script:
- apt update; apt -y install tar zstd curl jq
- git clone https://code.mycard.moe/mycard/mycard-package-script
- cd mycard-package-script
- ./index.sh makeBuild "$APP_ID" ../output/$USE_PACK || true
- ./index.sh makeBuild "$APP_ID" ../output/$OUTPUT_ENV || true
- cd ..
only:
- master
......
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