Skip to content

Commit bdc6f6f

Browse files
committed
Remove mounting .git dir in the container
1 parent ff33d1f commit bdc6f6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-tutorials.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ jobs:
9191
--shm-size=2gb \
9292
--name="${container_name}" \
9393
-v "${GITHUB_WORKSPACE}:/var/lib/workspace" \
94-
-v "${GITHUB_WORKSPACE}/.git:/var/lib/workspace/.git" \
9594
-w /var/lib/workspace \
9695
"${DOCKER_IMAGE}"
9796
)

0 commit comments

Comments
 (0)