Skip to content

Commit

Permalink
fix endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-dull committed Nov 14, 2024
1 parent 159029e commit 21f9d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
[ "${CURRENT_NULL_RESOURCE_ID}" -ne "${NEW_NULL_RESOURCE_ID}" ]
- name: Run Terraform Test, Locked ENV
run: |
curl -X LOCK -sS http://localhost:2442/?env=InT
curl -X LOCK -sS http://localhost:2442/lock?env=InT
cd .github/build_tests
set +e
terraform apply --auto-approve
Expand Down

0 comments on commit 21f9d5f

Please sign in to comment.