Try to give more output. Again

This commit is contained in:
Greg Hellings
2024-11-15 10:56:36 -06:00
parent b795c634aa
commit 0202b95c65
+6 -5
View File
@@ -22,11 +22,12 @@ build:
artifacts: true artifacts: true
tags: tags:
- 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}" - |-
echo "X86_TARBALL=${URL}" > build.env curl --fail-with-body --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file ./result/sword.tar.xz "${URL}"
echo "X86_TARBALL=${URL}" > build.env
artifacts: artifacts:
reports: reports:
dotenv: build.env dotenv: build.env