fix: correct build script

This commit is contained in:
D. Moonfire 2022-04-03 00:13:54 -05:00
parent f359473be1
commit 6cdffc1489

View file

@ -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: