Revert git change check

This commit is contained in:
BoykoAlex
2017-11-24 13:22:10 -05:00
parent 3e131bfbd4
commit e4276eb620

View File

@@ -45,12 +45,8 @@ git config user.name "Alex Boyko"
git add .
git_changes=$(git diff --cached --exit-code)
if [$git_changes != 0]
then
git commit \
-m "Publish ${fatjar_version}"
fi
# Publish linkable artifact to S3