Skip to content

Commit

Permalink
fix(tmp_path): fixing tmp directory to avoid errors when creating it
Browse files Browse the repository at this point in the history
  • Loading branch information
atbore-phx committed Jun 9, 2023
1 parent e1b6a8f commit 4c405b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ echo "BASE_BRANCH=${BASE_BRANCH}"
echo "RESET_BRANCH=${RESET_BRANCH}"


mkdir _tmp && cd _tmp
mkdir -p /tmp/_tmp && cd /tmp/_tmp

git init

Expand Down

0 comments on commit 4c405b4

Please sign in to comment.