Skip to content
Snippets Groups Projects
Verified Commit 1a797f93 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: wip new pipeline

parent d33b39ff
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ tests:
paths:
- node_modules/
rules:
- if: '$CI_PUSH_OPTION_CI_VARIABLE == null'
- if: $DEPLOY_VERSION == null
web-tests:
stage: test
......@@ -54,7 +54,7 @@ web-tests:
paths:
- screenshot.png
rules:
- if: '$CI_PUSH_OPTION_CI_VARIABLE == null'
- if: $DEPLOY_VERSION == null
release:
stage: release
......@@ -64,7 +64,7 @@ release:
- nix develop .#gitlab --command release
when: on_success
rules:
- if: '$CI_PUSH_OPTION_CI_VARIABLE == null'
- if: $DEPLOY_VERSION == null
deploy:
stage: deploy
......@@ -74,6 +74,6 @@ deploy:
- nix develop .#gitlab --command build-and-publish
when: on_success
rules:
- if: $CI_PUSH_OPTION_CI_VARIABLE
- if: $DEPLOY_VERSION
when: always
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment