Skip to content

Commit

Permalink
Merge pull request #2958 from dependabot/dry-run-in-docker
Browse files Browse the repository at this point in the history
docker-dev-shell: exclude dry-run files
  • Loading branch information
thepwagner authored Jan 8, 2021
2 parents f680929 + 4c15415 commit 1e30adb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/docker-dev-shell
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ docker run --rm -ti \
-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)/dry-run:$CODE_DIR/dry-run" \
--name "$CONTAINER_NAME" \
"${DOCKER_OPTS[@]}" \
--cap-add=SYS_PTRACE \
Expand Down

0 comments on commit 1e30adb

Please sign in to comment.