Skip to content

Commit

Permalink
Remove /tmp from .gitignore
Browse files Browse the repository at this point in the history
- An empty /tmp directory is added. This is where the repository will be cloned locally which is to be checked for outdated deps.
  • Loading branch information
iathmika committed Apr 20, 2022
1 parent b4b6f4c commit 7df1c71
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/node_modules
/.env
/.envrc
/tmp
/pkg
/dependabot-*.gem
!bundler/spec/fixtures/projects/**/Gemfile.lock
Expand Down
2 changes: 1 addition & 1 deletion bin/docker-execute
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ docker run --privileged=true -dit \
-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" \
-v "$(pwd)/tmp:$CODE_DIR/tmp" \
-v "${HOME}/.ssh:/home/dependabot/.ssh:ro" \
-v "$(pwd)/id_rsa:$CODE_DIR/id_rsa" \
--name "$CONTAINER_NAME" \
Expand Down
Empty file added tmp/.gitignore
Empty file.

0 comments on commit 7df1c71

Please sign in to comment.