Commit 721a3f7a authored by nanahira's avatar nanahira

remove jq

parent d89fbc89
Pipeline #3646 passed with stages
in 3 minutes and 12 seconds
......@@ -462,7 +462,7 @@ trigger:
tags:
- linux
script:
- apt update; apt -y install curl jq
- 'curl -X POST https://api.mycard.moe/ygopro/release-helper/release -H "Authorization: $RELEASE_HELPER_TOKEN" -F "name=$CI_COMMIT_TAG" -F "file=@./dist-files.txt" | jq'
- apt update; apt -y install curl
- 'curl -X POST https://api.mycard.moe/ygopro/release-helper/release -H "Authorization: $RELEASE_HELPER_TOKEN" -F "name=$CI_COMMIT_TAG" -F "file=@./dist-files.txt"'
only:
- tags
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