Maintenance: Run RSpec integration tests only if ENV is set.
This commit is contained in:
parent
e43abf2a96
commit
7e54afcd25
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ include:
|
|||
rules:
|
||||
- if: $CI_MERGE_REQUEST_ID
|
||||
when: never
|
||||
- if: '$CI_COMMIT_BRANCH =~ /^private/ && $INTEGRATION_TESTS != null'
|
||||
- if: '$CI_COMMIT_BRANCH =~ /^private/ && $INTEGRATION_TESTS == null'
|
||||
when: manual
|
||||
allow_failure: true
|
||||
- when: on_success
|
||||
|
|
Loading…
Reference in a new issue