We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570cba9 commit c6f8bffCopy full SHA for c6f8bff
.github/workflows/build-tutorials.yml
@@ -89,7 +89,7 @@ jobs:
89
--shm-size=2gb \
90
--name="${container_name}" \
91
-v "${GITHUB_WORKSPACE}:/var/lib/workspace" \
92
- -v "${GITHUB_WORKSPACE}/.git:/var/lib/workspace/.git" \ # Mount the .git directory
+ -v "${GITHUB_WORKSPACE}/.git:/var/lib/workspace/.git" \
93
-w /var/lib/workspace \
94
"${DOCKER_IMAGE}"
95
)
0 commit comments