Maintenance: Run RSpec integration tests only if ENV is set.

This commit is contained in:
Thorsten Eckel 2021-04-30 11:35:39 +02:00
parent e43abf2a96
commit 7e54afcd25

View file

@ -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