@@ -46,9 +46,8 @@ LATEST_SUFFIX="-LATEST"
46
46
# This is the branch containing the current stable release of stroom
47
47
# It is used to determine which releases we push the swagger ui to ghpages for
48
48
# As 7 is still in beta, this is currently 6.1
49
- CURRENT_STROOM_RELEASE_BRANCH=" 6.1"
50
49
# The version of stroom-resources used for running the DB
51
- STROOM_RESOURCES_GIT_TAG=" stroom-stacks-v7.0 -beta.192-2 "
50
+ STROOM_RESOURCES_GIT_TAG=" stroom-stacks-v7.3 -beta.12-proxy-v7.0.32 "
52
51
SWAGGER_UI_GIT_TAG=" v3.49.0"
53
52
doDockerBuild=false
54
53
STROOM_RESOURCES_DIR=" ${BUILD_DIR} /stroom-resources"
@@ -330,7 +329,7 @@ releaseToDockerHub() {
330
329
--build-arg GIT_TAG=" ${BUILD_TAG:- ${SNAPSHOT_FLOATING_TAG} } " \
331
330
" ${contextRoot} "
332
331
333
- if [[ ! -n " ${LOCAL_BUILD} " ]]; then
332
+ if [[ -z " ${LOCAL_BUILD} " ]]; then
334
333
echo -e " Pushing the docker image to ${GREEN}${dockerRepo}${NC} with" \
335
334
" tags: ${GREEN}${allTagArgs[*]}${NC} "
336
335
docker \
@@ -486,7 +485,6 @@ echo -e "BUILD_BRANCH: [${GREEN}${BUILD_BRANCH}${NC}]"
486
485
echo -e " BUILD_TAG: [${GREEN}${BUILD_TAG}${NC} ]"
487
486
echo -e " BUILD_IS_PULL_REQUEST: [${GREEN}${BUILD_IS_PULL_REQUEST}${NC} ]"
488
487
echo -e " BUILD_VERSION: [${GREEN}${BUILD_VERSION}${NC} ]"
489
- echo -e " CURRENT_STROOM_RELEASE_BRANCH: [${GREEN}${CURRENT_STROOM_RELEASE_BRANCH}${NC} ]"
490
488
echo -e " STROOM_RESOURCES_GIT_TAG: [${GREEN}${STROOM_RESOURCES_GIT_TAG}${NC} ]"
491
489
echo -e " LOCAL_BUILD: [${GREEN}${LOCAL_BUILD}${NC} ]"
492
490
echo -e " docker version: [${GREEN} $( docker --version) ${NC} ]"
0 commit comments