mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-9: Cleaning up the branch name for the docker image
This commit is contained in:
@@ -6,7 +6,9 @@ set -eo pipefail
|
||||
# set current working directory to the directory of the script
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
dockerImage="dockerreg.alfresco.com/alfresco-solr:${bamboo_planRepository_1_branch}-latest"
|
||||
nicebranch=`echo "$bamboo_planRepository_1_branch" | sed 's/\//_/'`
|
||||
dockerImage="dockerreg.alfresco.com/alfresco-solr:${nicebranch}-latest"
|
||||
|
||||
|
||||
rm -rf target/alfresco-solr
|
||||
rm -rf target/solr-*
|
||||
|
||||
Reference in New Issue
Block a user