From e9004793abd037a4dd4f8aa8a63b7b5f12da958d Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Fri, 6 Jan 2023 12:36:34 -0600 Subject: [PATCH] fix(build): remove bash shebang --- common/scripts/image-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/scripts/image-build.sh b/common/scripts/image-build.sh index c0806a8c..6ff5bd0a 100755 --- a/common/scripts/image-build.sh +++ b/common/scripts/image-build.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh IMAGE_PUSH="${1:---skip}"