mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
ACS-550 Test downstream repo update (3) [skip tests] [no release]
This commit is contained in:
@@ -30,10 +30,14 @@ mvn versions:set-property versions:commit \
|
|||||||
git status
|
git status
|
||||||
git --no-pager diff pom.xml
|
git --no-pager diff pom.xml
|
||||||
git add pom.xml
|
git add pom.xml
|
||||||
|
|
||||||
|
if git status --untracked-files=no --porcelain | grep -q '^' ; then
|
||||||
git commit -m "Update upstream version to ${VERSION}"
|
git commit -m "Update upstream version to ${VERSION}"
|
||||||
#todo enable this
|
git push
|
||||||
#git push
|
else
|
||||||
|
echo "Dependencies are already up to date."
|
||||||
git status
|
git status
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
Reference in New Issue
Block a user