Skip to content

Commit 20a1e44

Browse files
Merge pull request #302 from jembi/dev
Dev
2 parents 23066ca + 7d83d98 commit 20a1e44

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

JeMPI_Apps/JeMPI_BackupRestoreAPI/build.sh

+5
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@ source ../build-check-jdk.sh
99
JAR_FILE=${BACKUP_RESTORE_API_JAR}
1010
APP_IMAGE=${BACKUP_RESTORE_API_IMAGE}
1111
APP=backup-restore-api
12+
13+
if [ "$CI" = true ]; then
14+
APP_IMAGE=jembi/${ETL_HUB_IMAGE}:${TAG}
15+
fi
16+
1217
source ../build-app-image.sh

JeMPI_Apps/build-all-java.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pushd JeMPI_Bootstrapper
4040
CI=$CI TAG=$tag_to_use ./build.sh || exit 1
4141
popd
4242
pushd JeMPI_BackupRestoreAPI
43-
./build.sh || exit 1
43+
CI=$CI TAG=$tag_to_use ./build.sh || exit 1
4444
popd
4545
pushd JeMPI_AsyncReceiver
4646
./push.sh

0 commit comments

Comments
 (0)