mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix s3 and diff branch
This commit is contained in:
@@ -29,5 +29,5 @@ hash1=$(git show-ref --heads -s develop)
|
||||
hash2=$(git merge-base develop $BRANCH_NAME)
|
||||
[ "${hash1}" = "${hash2}" ] && echo "Branch up to date" || { echo "Branch needs to be rebeased"; exit 1; }
|
||||
|
||||
echo "Development branch HEAD sha " $hash1
|
||||
echo "Develop branch HEAD sha " $hash1
|
||||
echo "$BRANCH_NAME branch HEAD sha " $hash2
|
||||
|
Reference in New Issue
Block a user