Skip to content

Commit b3bb846

Browse files
committed
Check if java is present.
1 parent 18d1b83 commit b3bb846

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/tasks/buildah-oci-ta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ spec:
398398
BUILDAH_ARGS=()
399399
use_domain_proxy=false
400400
401+
java -version
402+
401403
if [ "${HERMETIC}" == "true" ]; then
402404
BUILDAH_ARGS+=("--pull=never")
403405
UNSHARE_ARGS="--net"

0 commit comments

Comments
 (0)