From 5c745562201b3e3d1a4a58f130e99d88c53703d8 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Tue, 31 Oct 2023 15:10:21 +0100 Subject: [PATCH] Base image does not contain bash so another shell must be used --- tool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool.sh b/tool.sh index a30b178..80f575d 100644 --- a/tool.sh +++ b/tool.sh @@ -1,3 +1,3 @@ -#!/bin/bash +#!/bin/sh /usr/local/bin/tfci --organization="$PLUGIN_CLOUD_ORGANIZATION" --token="$PLUGIN_API_TOKEN" run $PLUGIN_ARGS