From 6cdffc1489675e5b8a2632bb1397332dd7d85a19 Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Sun, 3 Apr 2022 00:13:54 -0500 Subject: [PATCH] fix: correct build script --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 864e18c..f240c67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,10 @@ test: publish: stage: release + before_script: + # Set it up so we can push the tag + - project_url=$(echo $CI_PROJECT_URL | sed 's/https:\/\///') + - git remote set-url origin https://oauth2:$GITLAB_TOKEN@$project_url script: - nix develop --command scripts/release.sh rules: