Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
roxspring committed Mar 14, 2024
1 parent 71dfe9d commit 3041e6f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions jdk11/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions jdk17/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions jdk21/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions jdk8/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3041e6f

Please sign in to comment.