diff --git a/hack/gcr-push.sh b/hack/gcr-push.sh index dee580b11..ec6ab4cc6 100755 --- a/hack/gcr-push.sh +++ b/hack/gcr-push.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash if [[ -z "$TRAVIS" ]]; then echo "This script is intended to be run only on Travis." >&2