Skip to content

Commit

Permalink
doc: Add improvements to container run config ⚓
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed Mar 30, 2024
1 parent 5ded97f commit 0c6df9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1196,10 +1196,10 @@ does not work (AFAIK). In that case you can workaround this by
the mounts:

```yaml
# Tell Githooks where the workspace is.
# Tell Githooks where the workspace will be in the nested container.
# (optional, default `/mnt/workspace`)
workspace-path-dest: /tmp/ci-job-1/build/repo
# Tell Githooks where the shared repository checkouts are.
# Tell Githooks where the shared repository checkouts are in the nested container.
# (optional, default: `/mnt/shared`)
shared-path-dest: /tmp/ci-job-1/githooks-install/.githooks/shared

Expand Down

0 comments on commit 0c6df9e

Please sign in to comment.