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 git add pom.xml
if git status --untracked-files=no --porcelain | grep -q '^' ; then if git status --untracked-files=no --porcelain | grep -q '^' ; then
#todo enable this commit & push git commit -m "Update upstream version to ${VERSION}"
echo "Skip for now" git push
#git commit -m "Update upstream version to ${VERSION}"
#git push
else else
echo "Dependencies are already up to date." echo "Dependencies are already up to date."
git status git status