fix s3 and diff branch

This commit is contained in:
Eugenio Romano
2020-07-13 22:23:46 +01:00
parent db8981ffc4
commit f3ecfb5c2d
2 changed files with 3 additions and 3 deletions

View File

@@ -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