Tell curl to be verbose

This commit is contained in:
Greg Hellings
2024-11-15 13:50:57 -06:00
parent d507c82f2a
commit 2af2e12cdc
+1 -1
View File
@@ -25,7 +25,7 @@ build:
script: script:
- nix build -L - nix build -L
- URL=$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/sword-utils/$TAG/sword-$TAG.tar.xz - URL=$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/sword-utils/$TAG/sword-$TAG.tar.xz
- 'curl --fail-with-body --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file ./result/sword.tar.xz "${URL}"' - 'curl -i --fail-with-body --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file ./result/sword.tar.xz "${URL}"'
- echo "X86_TARBALL=${URL}" > build.env - echo "X86_TARBALL=${URL}" > build.env
artifacts: artifacts:
reports: reports: