From 7965941fa7b03f9cf98527f2e4210544b086ae1c Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Fri, 6 Sep 2024 11:15:34 -0400 Subject: [PATCH] fix shellcheck --- .github/workflows/build-test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 187f1ac704..200c3cfdf3 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -691,10 +691,10 @@ jobs: --shared-password password \ --kotsadm-registry ttl.sh \ --kotsadm-namespace automated-${{ github.run_id }} \ - --additional-labels "testlabel1=testvalue1" - --additional-labels "test.label/two=test.value/two" - --additional-annotations "testannotation1=testannotationvalue1" - --additional-annotations "test.annotation/two=testannotation.value/two" + --additional-labels testlabel1=testvalue1 \ + --additional-labels test.label/two=test.value/two \ + --additional-annotations testannotation1=testannotationvalue1 \ + --additional-annotations test.annotation/two=testannotation.value/two \ --kotsadm-tag 24h | tee output.txt if ! grep -q "The Kubernetes RBAC policy that the Admin Console is running with does not have access to complete the Preflight Checks. It's recommended that you run these manually before proceeding." output.txt; then