Skip to content
Snippets Groups Projects
Verified Commit e0c1b963 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: somehow it runs even if job failed

parent 97e21b13
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ deploy:demo: ...@@ -6,7 +6,7 @@ deploy:demo:
stage: deploy stage: deploy
tags: tags:
- deploy - deploy
needs: depencencies:
- build to deploy - build to deploy
retry: 2 retry: 2
parallel: parallel:
...@@ -17,6 +17,7 @@ deploy:demo: ...@@ -17,6 +17,7 @@ deploy:demo:
- demo.octolize.com - demo.octolize.com
- stage.demo.octolize.com - stage.demo.octolize.com
- demo.flexibleinvoices.com - demo.flexibleinvoices.com
when: on_success
rules: rules:
- if: $IS_LIBRARY || $IS_NPM_LIBRARY - if: $IS_LIBRARY || $IS_NPM_LIBRARY
when: never when: never
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment