From fde531069de661aca1a8a366521ba561b1fba7d7 Mon Sep 17 00:00:00 2001 From: Balazs Czoma Date: Fri, 22 Mar 2024 13:11:57 -0400 Subject: [PATCH] test script fix --- .github/workflows/module-test-pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/module-test-pipeline.yml b/.github/workflows/module-test-pipeline.yml index 1c0dc23..98d5d3d 100644 --- a/.github/workflows/module-test-pipeline.yml +++ b/.github/workflows/module-test-pipeline.yml @@ -39,7 +39,6 @@ jobs: echo "Generating code using spec $SWAGGER_SPEC_NAME" rm ./*.tf SEMP_V2_SWAGGER_CONFIG_EXTENDED_JSON="ci/swagger_spec/$SWAGGER_SPEC_NAME" MODULE_TEMPLATE_FOLDER="internal/gen-template" ~/go/bin/broker-terraform-code-generator software-module - popd - name: Ensure version reflects release candidate version run: |