Add debugging to merge script

This commit is contained in:
Rohan Mitchell
2015-05-06 19:50:06 +10:00
parent 6d33dc5070
commit 10b7a86745

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -e
set -ex
source ./script/ci/includes.sh
echo "--- Verifying branch is based on current master"