Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyliber authored Aug 28, 2020
1 parent ef0071f commit 281a407
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ GIT_COMMAND="git push dokku@$HOST:$PROJECT"
if [ -n "$BRANCH" ]; then
GIT_COMMAND="$GIT_COMMAND $BRANCH:master"
else

GIT_COMMAND="$GIT_COMMAND HEAD:master"
fi

Expand Down

0 comments on commit 281a407

Please sign in to comment.