Skip to content

Commit

Permalink
merge main -> ce/main 107398
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 107399]
  • Loading branch information
thegridman committed Mar 11, 2024
1 parent 423e4b4 commit 035be5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion prj/coherence-docker/build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,9 @@ fi

if [ "${ADD_JAVA21_DEPS}" == "true" ]
then
buildah copy "container-${1}" "${BASEDIR}/target/docker/java21/app" /app
if [ -d "${BASEDIR}/target/docker/java21/app" ]; then
buildah copy "container-${1}" "${BASEDIR}/target/docker/java21/app" /app
fi
fi

# Commit the container to an image
Expand Down

0 comments on commit 035be5a

Please sign in to comment.