We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c0078 commit 3b37911Copy full SHA for 3b37911
.gitlab-ci.yml
@@ -15,6 +15,10 @@ build_and_test:
15
- mem:16
16
stage: build_and_test
17
interruptible: true
18
+ rules:
19
+ - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
20
+ - if: $CI_COMMIT_BRANCH == 'master' && $CI_COMMIT_TITLE =~ /Merge branch.*/
21
+ - if: $CI_COMMIT_BRANCH == 'edge' && $CI_COMMIT_TITLE =~ /Merge branch.*/
22
script:
23
- . ~/.aws_container_credentials
24
- export PATH=/it/e3/bin:$PATH
0 commit comments