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


Signed-off-by: default avatarBart Jaskulski <bjaskulski@protonmail.com>
parent 97e21b13
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ deploy:demo:
stage: deploy
tags:
- deploy
needs:
depencencies:
- build to deploy
retry: 2
parallel:
......@@ -17,6 +17,7 @@ deploy:demo:
- demo.octolize.com
- stage.demo.octolize.com
- demo.flexibleinvoices.com
when: on_success
rules:
- if: $IS_LIBRARY || $IS_NPM_LIBRARY
when: never
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment