dev #9

Merged
pcaseiro merged 2 commits from dev into test 2023-06-22 12:12:02 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5eb1f4b610 - Show all commits

View File

@ -73,7 +73,7 @@ init_app() {
return 2 return 2
fi fi
git clone --branch "feat/automation" ${SKELL_GIT_URL} ${appDest} git clone ${SKELL_GIT_URL} ${appDest}
cd ${appDest} cd ${appDest}
rm -rf .git rm -rf .git