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"
|
- name: "Release"
|
||||||
stage: Release and Publish
|
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:
|
before_script:
|
||||||
bash scripts/set-release-variables.sh
|
bash scripts/set-release-variables.sh
|
||||||
script:
|
script:
|
||||||
- bash scripts/release.sh ${RELEASE_TYPE}
|
# - bash scripts/release.sh ${RELEASE_TYPE}
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- bash scripts/zip-artifacts.sh ${RELEASE_TYPE}
|
- bash scripts/zip-artifacts.sh ${RELEASE_TYPE}
|
||||||
deploy:
|
deploy:
|
||||||
|
Reference in New Issue
Block a user