From 1d633105ef86e40b55caa9ecd464b4490e0da715 Mon Sep 17 00:00:00 2001 From: Asa Gayle Date: Wed, 26 Jan 2022 12:16:08 -0500 Subject: [PATCH] Double brackets for new test --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index d383005..5de7056 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -30,7 +30,7 @@ jobs: version: 'v3.8.0' - name: Validate 3.8.0 run: | - if [ $(helm version) != 'v3.8.0' ]; then + if [[ $(helm version) != 'v3.8.0' ]]; then echo "HELM VERSION INCORRECT: LOOKING FOR $(HELM_3_8_0) GOT $(helm version)" exit 1 fi \ No newline at end of file