fix: correct build script
This commit is contained in:
parent
f359473be1
commit
6cdffc1489
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue