mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* [ACA-4625] ADF linking in ACA * [ACA-4625] ADF linking docs * [ACA-4625] Move adf linking to before install script * [ACA-4625] Move ADF linking to before_install script * [ACA-4625] Delete unused stage from Travis
6 lines
256 B
Bash
Executable File
6 lines
256 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
BRANCH=`echo $COMMIT_MESSAGE | grep -o "\[link-adf\:[^]]*\]" | sed -e 's#\[link-adf:##g' | sed -e 's#\]##g'`
|
|
echo -e "\e[31mPRs are not mergeable with conditional build. This build was run with custom ADF branch: $BRANCH \e[0m"
|
|
exit 1
|