Skip to content

Commit

Permalink
Update run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutsen authored Dec 13, 2023
1 parent 2aa78a8 commit 3ef487d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/terraform-ci/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
pullRequestPaths = []
jobs = {}

environments = modules["core"]["environments"]
environments = modules[module]["environments"]
for env in environments:
workingDir = "terraform/{module}/{environment}".format(
module=module, environment=env
Expand Down

0 comments on commit 3ef487d

Please sign in to comment.