Skip to content

Commit

Permalink
Update fresh_build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady authored Aug 24, 2023
1 parent 347e404 commit 6e8e3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/fresh_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ build_image() {
sleep 2
echo >> $LOGSUM
date >> $LOGSUM
docker build --pull --build-arg ECR_REGISTRY=${ECR_REGISTRY} --force-rm $3 -t $1 $2 >> $LOGDOCKER 2>&1
docker build --build-arg ECR_REGISTRY=${ECR_REGISTRY} --force-rm $3 -t $1 $2 >> $LOGDOCKER 2>&1
eval_jobstat $? "FAIL" "Docker build $1, dir: $2, param: $3"
scan_image $1
}
Expand Down Expand Up @@ -378,7 +378,6 @@ build_microservice_images() {

cd $WKDIR/mrt-services

build_image_push ${ECR_REGISTRY}/dep-cdlmvn:dev dep_cdlmvn
build_image_push ${ECR_REGISTRY}/mrt-core2:dev dep_core
build_image_push ${ECR_REGISTRY}/cdl-zk-queue:dev dep_cdlzk
build_image_push ${ECR_REGISTRY}/mrt-zoo:dev dep_zoo
Expand Down Expand Up @@ -497,6 +496,7 @@ MAVEN_PROFILE="-P uc3"
TAG_PUB=testall
CHECK_REPO_TAG=
EMAIL=0
export JAVA_RELEASE=${JAVA_RELEASE:-8}

while getopts "B:C:m:p:t:w:j:he" flag
do
Expand Down

0 comments on commit 6e8e3fa

Please sign in to comment.