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
+4 -3
View File
@@ -22,9 +22,10 @@ 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}" 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: