Fixed infra - back to normal

This commit is contained in:
Greg Hellings
2024-11-15 11:37:08 -06:00
parent 82897a1037
commit d507c82f2a
-1
View File
@@ -25,7 +25,6 @@ build:
script:
- nix build -L
- URL=$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/sword-utils/$TAG/sword-$TAG.tar.xz
- "URL=$(echo ${URL} | sed -e 's#https://src.thehellings.com#http://git.thehellings.lan#')"
- 'curl --fail-with-body --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file ./result/sword.tar.xz "${URL}"'
- echo "X86_TARBALL=${URL}" > build.env
artifacts: