From 1c518ac83bee48ad43299fb956c221eb941b22f1 Mon Sep 17 00:00:00 2001 From: Jake Date: Wed, 9 Feb 2022 11:20:29 +0000 Subject: [PATCH] change kind-cluster script to bash --- .github/workflows/deploy.yml | 2 +- test/acceptance/test/scripts/kind-cluster.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 36bf2236c0..44ebe03ea4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -78,7 +78,7 @@ jobs: name: unit-tests-artefacts path: artefacts retention-days: 1 - + acceptance-tests: runs-on: ubuntu-latest needs: [build, coverage] diff --git a/test/acceptance/test/scripts/kind-cluster.sh b/test/acceptance/test/scripts/kind-cluster.sh index 4010b5a759..d107b084ec 100755 --- a/test/acceptance/test/scripts/kind-cluster.sh +++ b/test/acceptance/test/scripts/kind-cluster.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Adapted from: # https://github.com/kubernetes-sigs/kind/commits/master/site/static/examples/kind-with-registry.sh