Get curl to show itself

This commit is contained in:
Greg Hellings
2024-11-15 10:32:23 -06:00
parent b5ce210cc4
commit 58af025234
+2 -7
View File
@@ -24,13 +24,8 @@ build:
- nix - nix
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
--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: