Skip to content

Commit

Permalink
Remove unused mounts
Browse files Browse the repository at this point in the history
The `omnibus/spec` folder does not exist.
  • Loading branch information
deivid-rodriguez authored and jeffwidman committed Nov 10, 2022
1 parent 8b7bcb4 commit 83ebf07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .devcontainer/core-dev/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
"-v", "${localWorkspaceFolder}/omnibus/Gemfile:/home/dependabot/dependabot-core/omnibus/Gemfile",
"-v", "${localWorkspaceFolder}/omnibus/dependabot-omnibus.gemspec:/home/dependabot/dependabot-core/omnibus/dependabot-omnibus.gemspec",
"-v", "${localWorkspaceFolder}/omnibus/lib:/home/dependabot/dependabot-core/omnibus/lib",
"-v", "${localWorkspaceFolder}/omnibus/spec:/home/dependabot/dependabot-core/omnibus/spec",

"--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"
],
Expand Down
1 change: 0 additions & 1 deletion bin/docker-dev-shell
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ docker run --rm -ti \
-v "$(pwd)/omnibus/Gemfile:$CODE_DIR/omnibus/Gemfile" \
-v "$(pwd)/omnibus/dependabot-omnibus.gemspec:$CODE_DIR/omnibus/dependabot-omnibus.gemspec" \
-v "$(pwd)/omnibus/lib:$CODE_DIR/omnibus/lib" \
-v "$(pwd)/omnibus/spec:$CODE_DIR/omnibus/spec" \
-v "$(pwd)/omnibus/script:$CODE_DIR/omnibus/script" \
-v "$(pwd)/tmp:/$CODE_DIR/tmp" \
--name "$CONTAINER_NAME" \
Expand Down

0 comments on commit 83ebf07

Please sign in to comment.