REPO-5111 Enable update_downstream.sh script [skip tests] [no release]

This commit is contained in:
Cezar.Leahu
2020-09-28 16:41:03 +03:00
parent c71837ac15
commit 8480a79380

View File

@@ -34,10 +34,8 @@ git --no-pager diff pom.xml
git add pom.xml
if git status --untracked-files=no --porcelain | grep -q '^' ; then
#todo enable this commit & push
echo "Skip for now"
#git commit -m "Update upstream version to ${VERSION}"
#git push
git commit -m "Update upstream version to ${VERSION}"
git push
else
echo "Dependencies are already up to date."
git status