ci: working on Nix deployment

This commit is contained in:
Dylan R. E. Moonfire 2021-11-18 02:08:23 -06:00
parent 0e050445aa
commit 5e2f3c05f0

View file

@ -58,7 +58,6 @@ publish:
stage: release
script:
- nix-shell --run "npm install --ci"
- nix-shell --run "npm run build"
- nix-shell --run "npm run semantic-release"
- nix-shell --run "npx semantic-release"
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH