Skip to content

Commit

Permalink
always checkout branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Dec 14, 2022
1 parent bf92e29 commit 3acc92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packs/fetch/build/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rm -rf /app/* /app/.* >> /dev/null 2>&1
echo "========== Clone Repository from $GIT_REPOSITORY"
cd /app
git clone --recurse-submodules $GIT_REPOSITORY .
#git checkout $GIT_BRANCH #TODO add branch support
git checkout $GIT_BRANCH
rm -rf .git

echo "========== write startupscripts based on Procfile"
Expand Down

0 comments on commit 3acc92a

Please sign in to comment.