mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
APPS-241: - add merge branch and comment release script to test the release
This commit is contained in:
@@ -110,11 +110,11 @@ jobs:
|
||||
|
||||
- name: "Release"
|
||||
stage: Release and Publish
|
||||
if: fork = false AND (branch = master OR branch =~ /release\/.*/) AND type != pull_request AND commit_message =~ ^\[.*release.*\]$
|
||||
if: fork = false AND (branch = master OR branch =~ /release\/.*/ OR branch =~ merge.*) AND type != pull_request AND commit_message =~ ^\[.*release.*\]$
|
||||
before_script:
|
||||
bash scripts/set-release-variables.sh
|
||||
script:
|
||||
- bash scripts/release.sh ${RELEASE_TYPE}
|
||||
# - bash scripts/release.sh ${RELEASE_TYPE}
|
||||
before_deploy:
|
||||
- bash scripts/zip-artifacts.sh ${RELEASE_TYPE}
|
||||
deploy:
|
||||
|
Reference in New Issue
Block a user