Skip to content

Commit 379b577

Browse files
authored
Update run_with_env_secrets.py
1 parent c8d169d commit 379b577

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/scripts/run_with_env_secrets.py

-4
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ def main():
5656
except KeyError as e:
5757
print(f"Could not set {senv} from secret {sname}: {e}")
5858

59-
env_file = f"{ os.environ.get('RUNNER_TEMP', '') }/github_env_{ os.environ.get('GITHUB_RUN_ID', '') }"
60-
if f"{ os.environ.get('ROCM', '') }" == "true":
61-
env_file = f"/tmp/github_env_{ os.environ.get('GITHUB_RUN_ID', '') }"
62-
6359
docker_path = shutil.which("docker")
6460
if not docker_path:
6561
run_cmd_or_die(f"bash { os.environ.get('RUNNER_TEMP', '') }/exec_script")

0 commit comments

Comments
 (0)