Skip to content

Commit

Permalink
Using .keep file to ensure directory exists
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
  • Loading branch information
shlomi-noach committed Dec 11, 2024
1 parent a9a72bc commit ae458a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion build.env
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ ln -sf "$PWD/misc/git/pre-commit" .git/hooks/pre-commit
ln -sf "$PWD/misc/git/commit-msg" .git/hooks/commit-msg
git config core.hooksPath .git/hooks
export EXTRA_BIN=$PWD/test/bin
mkdir -p "$EXTRA_BIN"
1 change: 1 addition & 0 deletions test/bin/.keep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Do not remove. Ensures existence of directory.

0 comments on commit ae458a7

Please sign in to comment.