SEARCH-662 (Update docker image location and the docker-compose files)

This commit is contained in:
Tuna Aksoy
2017-11-27 23:09:39 +00:00
parent 162c9f1b96
commit 18af7c42ab
+1 -1
View File
@@ -4,7 +4,7 @@ set -e
[ "$DEBUG" ] && set -x
# set current working directory to the directory of the script
cd "$(dirname "$0")"
cd "$bamboo_working_directory"
nicebranch=`echo "$bamboo_planRepository_1_branch" | sed 's/\//_/'`
dockerImage="quay.io/alfresco/search-services:$bamboo_maven_version"