From 179e42f200034f39f0b68172674b7d49246c41bf Mon Sep 17 00:00:00 2001 From: Nolan Brubaker Date: Tue, 3 Sep 2019 15:12:45 -0400 Subject: [PATCH] Use bash explicitly Signed-off-by: Nolan Brubaker --- hack/gcr-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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