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:
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: never
- if: $IS_NPM_LIBRARY
when: never
- exists:
- package.json
- tests/codeception/prepare_npm.sh
- if: $IS_NPM_LIBRARY
when: never
stage: prepare-vendor
interruptible: true
before_script:
......
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