Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
VBeytok authored May 3, 2022
2 parents 5188b96 + 96009c0 commit 8e52bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ push_to_branch() {
git checkout "${LOCALIZATION_BRANCH}"
else
git checkout -b "${LOCALIZATION_BRANCH}"
fi

fi
git add .

if [ ! -n "$(git status -s)" ]; then
Expand Down

0 comments on commit 8e52bf8

Please sign in to comment.