Fix push to production - needs includes for get_ofn_commit

This commit is contained in:
Rohan Mitchell
2015-06-18 14:25:48 +10:00
parent 860183e675
commit ce0de6e1dc

View File

@@ -1,6 +1,7 @@
#!/bin/bash
set -e
source ./script/ci/includes.sh
# Add production git remote if required
PROD_TEST=`git remote | grep -s 'production' || true`