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: ...@@ -35,7 +35,7 @@ tests:
paths: paths:
- node_modules/ - node_modules/
rules: rules:
- if: '$CI_PUSH_OPTION_CI_VARIABLE == null' - if: $DEPLOY_VERSION == null
web-tests: web-tests:
stage: test stage: test
...@@ -54,7 +54,7 @@ web-tests: ...@@ -54,7 +54,7 @@ web-tests:
paths: paths:
- screenshot.png - screenshot.png
rules: rules:
- if: '$CI_PUSH_OPTION_CI_VARIABLE == null' - if: $DEPLOY_VERSION == null
release: release:
stage: release stage: release
...@@ -64,7 +64,7 @@ release: ...@@ -64,7 +64,7 @@ release:
- nix develop .#gitlab --command release - nix develop .#gitlab --command release
when: on_success when: on_success
rules: rules:
- if: '$CI_PUSH_OPTION_CI_VARIABLE == null' - if: $DEPLOY_VERSION == null
deploy: deploy:
stage: deploy stage: deploy
...@@ -74,6 +74,6 @@ deploy: ...@@ -74,6 +74,6 @@ deploy:
- nix develop .#gitlab --command build-and-publish - nix develop .#gitlab --command build-and-publish
when: on_success when: on_success
rules: rules:
- if: $CI_PUSH_OPTION_CI_VARIABLE - if: $DEPLOY_VERSION
when: always 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