Skip to content

Commit

Permalink
Fix env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Dec 12, 2023
1 parent 5780dd1 commit 7637b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/actions/setup_cross_ci_crt_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def _common_setup(self, env):

def run(self, env):
# A special environment variable indicating that we want to dump test environment variables to a specified file.
env_dump_file = env.shell.getenv("SETUP_CROSSS_CRT_TEST_ENVIRONMENT_DUMP_FILE")
env_dump_file = env.shell.getenv("AWS_SETUP_CRT_TEST_ENVIRONMENT_DUMP_FILE")

# Bail if not running tests
if not env.project.needs_tests(env) and not env_dump_file:
Expand Down

0 comments on commit 7637b7c

Please sign in to comment.