From 3a2958cbda69ef628e85e0f764bc00c1f4bb9871 Mon Sep 17 00:00:00 2001 From: Alastair Llewellyn Drong Date: Thu, 3 Oct 2024 19:08:35 -0700 Subject: [PATCH] change path --- .github/workflows/docker-build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index d75a254..1f425d9 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -71,6 +71,7 @@ jobs: fi - name: Validate terraform state changed run: | + cd .github/build_tests CURRENT_NULL_RESOURCE_ID=$(echo '${{env.TFSTATE}}' | jq -r '.resources[] | select(.type == "null_resource") | .instances[].attributes.id') terraform apply --auto-approve NEW_NULL_RESOURCE_ID=$(curl -sS http://localhost:2442/?env=InT | jq -r '.resources[] | select(.type == "null_resource") | .instances[].attributes.id')