From 82897a1037549ad790c1018b4acca5a75af05b12 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 15 Nov 2024 11:06:58 -0600 Subject: [PATCH] Try to fix URL? --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7dd8994..1cd4289 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ build: script: - nix build -L - URL=$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/sword-utils/$TAG/sword-$TAG.tar.xz - - echo ${URL} + - "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: