Skip to content

Commit eda6810

Browse files
committed
Trust dcover to handle merge commit checkouts
1 parent 07ba898 commit eda6810

File tree

5 files changed

+0
-15
lines changed

5 files changed

+0
-15
lines changed

entrypoint.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ set -ex
55
# Mark the workspace as safe
66
/usr/bin/git config --system --add safe.directory `pwd`
77

8-
# Hmmmmm... fetch the next few refs just to get started
9-
git fetch --all --deepen=5
10-
118
# Reset the image-specific environment
129
export $(cat /.env | xargs)
1310

jdk11/entrypoint.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ set -ex
55
# Mark the workspace as safe
66
/usr/bin/git config --system --add safe.directory `pwd`
77

8-
# Hmmmmm... fetch the next few refs just to get started
9-
git fetch --all --deepen=5
10-
118
# Reset the image-specific environment
129
export $(cat /.env | xargs)
1310

jdk17/entrypoint.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ set -ex
55
# Mark the workspace as safe
66
/usr/bin/git config --system --add safe.directory `pwd`
77

8-
# Hmmmmm... fetch the next few refs just to get started
9-
git fetch --all --deepen=5
10-
118
# Reset the image-specific environment
129
export $(cat /.env | xargs)
1310

jdk21/entrypoint.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ set -ex
55
# Mark the workspace as safe
66
/usr/bin/git config --system --add safe.directory `pwd`
77

8-
# Hmmmmm... fetch the next few refs just to get started
9-
git fetch --all --deepen=5
10-
118
# Reset the image-specific environment
129
export $(cat /.env | xargs)
1310

jdk8/entrypoint.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ set -ex
55
# Mark the workspace as safe
66
/usr/bin/git config --system --add safe.directory `pwd`
77

8-
# Hmmmmm... fetch the next few refs just to get started
9-
git fetch --all --deepen=5
10-
118
# Reset the image-specific environment
129
export $(cat /.env | xargs)
1310

0 commit comments

Comments
 (0)