From fcbc915996b8977ce8b162fd063d36deab44bc49 Mon Sep 17 00:00:00 2001 From: Johannes Kleinlercher Date: Fri, 3 May 2024 17:45:48 +0200 Subject: [PATCH] use bash for SECONDS variable --- .github/workflows/cluster-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cluster-test.yml b/.github/workflows/cluster-test.yml index ad6ed3f5c..3a84b369a 100644 --- a/.github/workflows/cluster-test.yml +++ b/.github/workflows/cluster-test.yml @@ -34,4 +34,4 @@ jobs: INSTALL_MKCERTS: "false" shell: bash run: | - curl -L https://raw.githubusercontent.com/suxess-it/sx-cnp-oss/main/install-k3d-cluster.sh | sh + curl -L https://raw.githubusercontent.com/suxess-it/sx-cnp-oss/main/install-k3d-cluster.sh | bash