From 8480a79380c55cca06f8fffd7d933fc9a62d08f2 Mon Sep 17 00:00:00 2001 From: "Cezar.Leahu" Date: Mon, 28 Sep 2020 16:41:03 +0300 Subject: [PATCH] REPO-5111 Enable update_downstream.sh script [skip tests] [no release] --- scripts/travis/update_downstream.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/travis/update_downstream.sh b/scripts/travis/update_downstream.sh index d8f54c3c8e..c81e0ac547 100644 --- a/scripts/travis/update_downstream.sh +++ b/scripts/travis/update_downstream.sh @@ -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