Make it one big string?

This commit is contained in:
Greg Hellings
2024-11-15 10:38:10 -06:00
parent 86d747416b
commit b795c634aa
+5 -5
View File
@@ -22,11 +22,11 @@ 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:
reports: reports:
dotenv: build.env dotenv: build.env