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:
|
publish:
|
||||||
stage: release
|
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:
|
script:
|
||||||
- nix develop --command scripts/release.sh
|
- nix develop --command scripts/release.sh
|
||||||
rules:
|
rules:
|
||||||
|
|
Reference in a new issue