Commit aabb2624 authored by Benoit Daloze's avatar Benoit Daloze
Browse files

Make sure hub is configured before going further in the release script

parent c702ee7f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -11,6 +11,10 @@

set -e

echo "Running hub to see if configured correctly"
echo "This shows the latest release:"
hub release -L1

git fetch -q --tags origin master
git checkout -q master
git merge --ff-only @{upstream}