Skip to content

Commit

Permalink
clean up pr
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstenboom committed Dec 22, 2022
1 parent 4d654a0 commit 5cada57
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 64 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dist/
**/tests/_temp/**
packages/k8s/tests/test-kind.yaml
command
commands.sh
12 changes: 0 additions & 12 deletions Dockerfile.runner

This file was deleted.

4 changes: 2 additions & 2 deletions packages/k8s/tests/test-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ nodes:
- role: control-plane
# add a mount from /path/to/my/files on the host to /files on the node
extraMounts:
- hostPath: /Users/nielstenboom/workspace/runner-container-hooks
containerPath: /Users/nielstenboom/workspace/runner-container-hooks
- hostPath: {{PATHTOREPO}}
containerPath: {{PATHTOREPO}}
# optional: if set, the mount is read-only.
# default false
readOnly: false
Expand Down
50 changes: 0 additions & 50 deletions podspec.yaml

This file was deleted.

0 comments on commit 5cada57

Please sign in to comment.