Commit c19c262d authored by nanahira's avatar nanahira

fix

parent 9de7a67a
Pipeline #37603 passed with stages
in 2 minutes and 12 seconds
......@@ -112,7 +112,7 @@ redtext:
- cd ygopro
- rm -rf expansions
- ln -s ../ ./expansions
- ls -1 ../*.cdb | xargs -I '{}' sqlite3 "select id from datas where type != 0x11 and (type & 0x4000) = 0;" | xargs -I {} -P $(nproc) bash -c './ygopro {} 2>&1 | tee ../redtext-{}.txt'
- ls -1 ../*.cdb | xargs -I '{}' sqlite3 '{}' "select id from datas where type != 0x11 and (type & 0x4000) = 0;" | xargs -I {} -P $(nproc) bash -c './ygopro {} 2>&1 | tee ../redtext-{}.txt'
- cd ..
- cat redtext-*.txt > redtext.txt
# if there are any lines in redtext.txt fail the job
......@@ -226,6 +226,9 @@ upload_version_json:
- aws s3 --endpoint=https://minio.moenext.com:9000 cp data/version.txt s3://mycard/ygopro-super-pre/versions/$CI_COMMIT_REF_NAME/version.txt
- aws s3 --endpoint=https://minio.moenext.com:9000 cp data/test-release.json s3://mycard/ygopro-super-pre/versions/$CI_COMMIT_REF_NAME/test-release.json
- aws s3 --endpoint=https://minio.moenext.com:9000 cp data/test-release-v2.json s3://mycard/ygopro-super-pre/versions/$CI_COMMIT_REF_NAME/test-release-v2.json
only:
- tags
- master
deploy:
stage: deploy
......
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