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
|
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
|
||||||
|
Reference in New Issue
Block a user