From 81715f768c18d39f2df8c75071ef19762273f7bf Mon Sep 17 00:00:00 2001 From: Balazs Czoma Date: Thu, 20 Jun 2024 09:39:18 -0400 Subject: [PATCH] regex fix 1 --- .github/workflows/module-test-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/module-test-pipeline.yml b/.github/workflows/module-test-pipeline.yml index fffb0d4..2b8d3cb 100644 --- a/.github/workflows/module-test-pipeline.yml +++ b/.github/workflows/module-test-pipeline.yml @@ -29,7 +29,7 @@ jobs: if [ -n "$PRIVATE_PROVIDER_VERSION" ]; then echo "Using private provider version $PRIVATE_PROVIDER_VERSION" grep -rl 'source = "' . | xargs sed -i 's@source = ".*$@source = "app.terraform.io/SolaceDev/solacebroker"@g' - grep -rl 'version = "' . | xargs sed -i "s@ version = \".*$@ version = \"${PRIVATE_PROVIDER_VERSION}\"@g" + grep -rl 'version = "' . | xargs sed -i "s@ version = \".*\$@ version = \"${PRIVATE_PROVIDER_VERSION}\"@g" fi - name: Test module from template on test broker