We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23066ca + 7d83d98 commit 20a1e44Copy full SHA for 20a1e44
JeMPI_Apps/JeMPI_BackupRestoreAPI/build.sh
@@ -9,4 +9,9 @@ source ../build-check-jdk.sh
9
JAR_FILE=${BACKUP_RESTORE_API_JAR}
10
APP_IMAGE=${BACKUP_RESTORE_API_IMAGE}
11
APP=backup-restore-api
12
+
13
+if [ "$CI" = true ]; then
14
+ APP_IMAGE=jembi/${ETL_HUB_IMAGE}:${TAG}
15
+fi
16
17
source ../build-app-image.sh
JeMPI_Apps/build-all-java.sh
@@ -40,7 +40,7 @@ pushd JeMPI_Bootstrapper
40
CI=$CI TAG=$tag_to_use ./build.sh || exit 1
41
popd
42
pushd JeMPI_BackupRestoreAPI
43
- ./build.sh || exit 1
+ CI=$CI TAG=$tag_to_use ./build.sh || exit 1
44
45
pushd JeMPI_AsyncReceiver
46
./push.sh
0 commit comments