Skip to content
Snippets Groups Projects
Commit 67f0cf10 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Merge branch 'bugfix/librarties-integration-tests' into 'master'

Bugfix/librarties integration tests

See merge request wpdesk/gitlab-ci!218
parents 0815ef04 443a4c3e
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
rules: rules:
- if: '$DISABLE_INTEGRATION_TESTS' - if: '$DISABLE_INTEGRATION_TESTS'
when: never when: never
- if : '$IS_LIBRARY === "1" || $IS_NPM_LIBRARY == "1"' - if : '$IS_LIBRARY || $IS_NPM_LIBRARY'
when: never when: never
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH == "devel" || $CI_COMMIT_TAG' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH == "devel" || $CI_COMMIT_TAG'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment