Skip to content

Commit fd6f7a7

Browse files
author
Attilio Borello
committed
fix(tmp_path): fixing tmp directory to avoid errors when creating it
1 parent 250ea6e commit fd6f7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ echo "BASE_BRANCH=${BASE_BRANCH}"
1818
echo "RESET_BRANCH=${RESET_BRANCH}"
1919

2020

21-
mkdir _tmp && cd _tmp
21+
mkdir -p /tmp/_tmp && cd /tmp/_tmp
2222

2323
git init
2424

0 commit comments

Comments
 (0)