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

fix: cannot mix except/only with rules key

parent 393cceb8
Branches
No related tags found
No related merge requests found
...@@ -35,12 +35,11 @@ ...@@ -35,12 +35,11 @@
optional: true optional: true
- job: prepare npm assets - job: prepare npm assets
optional: true optional: true
rules:
- if: $IS_LIBRARY || $IS_NPM_LIBRARY
when: never
except: except:
variables: variables:
- $DISABLE_CODECEPTION - $DISABLE_CODECEPTION
- $IS_LIBRARY
- $IS_NPM_LIBRARY
allow_failure: false allow_failure: false
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