Skip to content

Commit 17fc2b2

Browse files
committed
Uplift stack ver in ci build, tidy ci build file
1 parent 21eb633 commit 17fc2b2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: ci_build.sh

+2-4
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ LATEST_SUFFIX="-LATEST"
4646
# This is the branch containing the current stable release of stroom
4747
# It is used to determine which releases we push the swagger ui to ghpages for
4848
# As 7 is still in beta, this is currently 6.1
49-
CURRENT_STROOM_RELEASE_BRANCH="6.1"
5049
# 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"
5251
SWAGGER_UI_GIT_TAG="v3.49.0"
5352
doDockerBuild=false
5453
STROOM_RESOURCES_DIR="${BUILD_DIR}/stroom-resources"
@@ -330,7 +329,7 @@ releaseToDockerHub() {
330329
--build-arg GIT_TAG="${BUILD_TAG:-${SNAPSHOT_FLOATING_TAG}}" \
331330
"${contextRoot}"
332331

333-
if [[ ! -n "${LOCAL_BUILD}" ]]; then
332+
if [[ -z "${LOCAL_BUILD}" ]]; then
334333
echo -e "Pushing the docker image to ${GREEN}${dockerRepo}${NC} with" \
335334
"tags: ${GREEN}${allTagArgs[*]}${NC}"
336335
docker \
@@ -486,7 +485,6 @@ echo -e "BUILD_BRANCH: [${GREEN}${BUILD_BRANCH}${NC}]"
486485
echo -e "BUILD_TAG: [${GREEN}${BUILD_TAG}${NC}]"
487486
echo -e "BUILD_IS_PULL_REQUEST: [${GREEN}${BUILD_IS_PULL_REQUEST}${NC}]"
488487
echo -e "BUILD_VERSION: [${GREEN}${BUILD_VERSION}${NC}]"
489-
echo -e "CURRENT_STROOM_RELEASE_BRANCH: [${GREEN}${CURRENT_STROOM_RELEASE_BRANCH}${NC}]"
490488
echo -e "STROOM_RESOURCES_GIT_TAG: [${GREEN}${STROOM_RESOURCES_GIT_TAG}${NC}]"
491489
echo -e "LOCAL_BUILD: [${GREEN}${LOCAL_BUILD}${NC}]"
492490
echo -e "docker version: [${GREEN}$(docker --version)${NC}]"

0 commit comments

Comments
 (0)