ACS-2767 Switch to using [release} rather than [trigger release]

Switch has been made in t-service (ATS) and AIS projects

[skip ci]
This commit is contained in:
alandavis 2022-04-13 14:28:33 +01:00
parent 04adf48a2c
commit b415835178

View File

@ -78,6 +78,6 @@ jobs:
- name: "Release"
stage: release
if: commit_message ~= /\[trigger release\]/ AND branch ~= /^(master|SP\/.+|HF\/.+)$/
if: commit_message ~= /\[release\]/ AND branch ~= /^(master|SP\/.+|HF\/.+)$/
before_script: travis_wait bash _ci/cache_artifacts.sh
script: travis_wait 55 bash _ci/release.sh