ACS-550 Test downstream repo update (2) [skip tests] [no release]

This commit is contained in:
Cezar.Leahu
2020-09-14 12:19:08 +03:00
parent 9838b0fe9e
commit 7fc31b9c12

View File

@@ -31,11 +31,11 @@ stages:
- name: test
if: commit_message !~ /\[skip tests\]/
- name: release
if: fork = false AND (branch = master OR branch =~ /release\/.*/) AND type != pull_request AND commit_message !~ /\[no-release\]/
if: fork = false AND (branch = master OR branch =~ /release\/.*/) AND type != pull_request AND commit_message !~ /\[no release\]/
- name: update_downstream
if: fork = false AND (branch = master OR branch =~ /release\/.*/) AND type != pull_request AND commit_message !~ /\[no-downstream\]/
if: fork = false AND (branch = master OR branch =~ /release\/.*/) AND type != pull_request AND commit_message !~ /\[no downstream\]/
- name: trigger_downstream
if: fork = false AND (branch != master OR branch !~ /release\/.*/) AND type != pull_request AND commit_message !~ /\[no-downstream\]/
if: fork = false AND (branch != master AND branch !~ /release\/.*/) AND type != pull_request AND commit_message !~ /\[no downstream\]/
before_install: travis_retry bash scripts/travis/init.sh
install: travis_retry bash scripts/travis/build.sh
@@ -241,7 +241,6 @@ jobs:
- name: "Update alfresco-enterprise-repo"
stage: update_downstream
before_install: skip
install: skip
script: bash scripts/travis/update_downstream.sh