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

fix: correct order of applying rules

parent c221a0ae
No related branches found
No related tags found
No related merge requests found
...@@ -43,11 +43,11 @@ prepare npm assets: ...@@ -43,11 +43,11 @@ prepare npm assets:
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: never when: never
- if: $IS_NPM_LIBRARY
when: never
- exists: - exists:
- package.json - package.json
- tests/codeception/prepare_npm.sh - tests/codeception/prepare_npm.sh
- if: $IS_NPM_LIBRARY
when: never
stage: prepare-vendor stage: prepare-vendor
interruptible: true interruptible: true
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment