Skip to content

Commit

Permalink
Merge pull request #302 from jembi/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
NyashaMuusha committed Sep 4, 2024
1 parent 23066ca commit e076cd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions JeMPI_Apps/JeMPI_BackupRestoreAPI/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ source ../build-check-jdk.sh
JAR_FILE=${BACKUP_RESTORE_API_JAR}
APP_IMAGE=${BACKUP_RESTORE_API_IMAGE}
APP=backup-restore-api

if [ "$CI" = true ]; then
APP_IMAGE=jembi/${ETL_HUB_IMAGE}:${TAG}
fi

source ../build-app-image.sh
2 changes: 1 addition & 1 deletion JeMPI_Apps/build-all-java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pushd JeMPI_Bootstrapper
CI=$CI TAG=$tag_to_use ./build.sh || exit 1
popd
pushd JeMPI_BackupRestoreAPI
./build.sh || exit 1
CI=$CI TAG=$tag_to_use ./build.sh || exit 1
popd
pushd JeMPI_AsyncReceiver
./push.sh
Expand Down

0 comments on commit e076cd4

Please sign in to comment.