Skip to content

Commit d4c3982

Browse files
author
Oleg Sucharevich
authored
create working directory if not exist
1 parent 3c2b752 commit d4c3982

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ echo "$PRIVATE_KEY" > /root/.ssh/codefresh
4040
chmod 700 ~/.ssh/
4141
chmod 600 ~/.ssh/*
4242

43+
mkdir -p "$WORKING_DIRECTORY"
4344
cd $WORKING_DIRECTORY
4445

4546
git config --global advice.detachedhead false

0 commit comments

Comments
 (0)