diff --git a/entrypoint.sh b/entrypoint.sh index 77a190cb..77ab6ce2 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,6 +6,7 @@ set -ex /usr/bin/git config --system --add safe.directory `pwd` git log +cat "${JSON_EVENT_PATH}" # Reset the image-specific environment export $(cat /.env | xargs) diff --git a/jdk11/entrypoint.sh b/jdk11/entrypoint.sh index 77a190cb..77ab6ce2 100755 --- a/jdk11/entrypoint.sh +++ b/jdk11/entrypoint.sh @@ -6,6 +6,7 @@ set -ex /usr/bin/git config --system --add safe.directory `pwd` git log +cat "${JSON_EVENT_PATH}" # Reset the image-specific environment export $(cat /.env | xargs) diff --git a/jdk17/entrypoint.sh b/jdk17/entrypoint.sh index 77a190cb..77ab6ce2 100755 --- a/jdk17/entrypoint.sh +++ b/jdk17/entrypoint.sh @@ -6,6 +6,7 @@ set -ex /usr/bin/git config --system --add safe.directory `pwd` git log +cat "${JSON_EVENT_PATH}" # Reset the image-specific environment export $(cat /.env | xargs) diff --git a/jdk21/entrypoint.sh b/jdk21/entrypoint.sh index 77a190cb..77ab6ce2 100755 --- a/jdk21/entrypoint.sh +++ b/jdk21/entrypoint.sh @@ -6,6 +6,7 @@ set -ex /usr/bin/git config --system --add safe.directory `pwd` git log +cat "${JSON_EVENT_PATH}" # Reset the image-specific environment export $(cat /.env | xargs) diff --git a/jdk8/entrypoint.sh b/jdk8/entrypoint.sh index 77a190cb..77ab6ce2 100755 --- a/jdk8/entrypoint.sh +++ b/jdk8/entrypoint.sh @@ -6,6 +6,7 @@ set -ex /usr/bin/git config --system --add safe.directory `pwd` git log +cat "${JSON_EVENT_PATH}" # Reset the image-specific environment export $(cat /.env | xargs)