ci: working on Nix deployment
This commit is contained in:
parent
0e050445aa
commit
5e2f3c05f0
1 changed files with 1 additions and 2 deletions
|
@ -58,7 +58,6 @@ publish:
|
||||||
stage: release
|
stage: release
|
||||||
script:
|
script:
|
||||||
- nix-shell --run "npm install --ci"
|
- nix-shell --run "npm install --ci"
|
||||||
- nix-shell --run "npm run build"
|
- nix-shell --run "npx semantic-release"
|
||||||
- nix-shell --run "npm run semantic-release"
|
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
|
|
Reference in a new issue