mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
REPO-5111 Enable update_downstream.sh script [skip tests] [no release]
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user