Skip to content

Commit

Permalink
Update run_with_env_secrets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amdfaa authored Dec 5, 2024
1 parent 33958c7 commit 0ebeb19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/run_with_env_secrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ def main():
{ os.environ.get('GPU_FLAG', '') } \
-v "{ os.environ.get('GITHUB_WORKSPACE', '') }/{ os.environ.get('REPOSITORY', '') }:/{ os.environ.get('REPOSITORY', 'work') }" \
-v "{ os.environ.get('GITHUB_WORKSPACE', '') }/test-infra:/test-infra" \
-v "{ os.environ.get('RUNNER_ARTIFACT_DIR', '') }:/artifacts" \
-v "{ os.environ.get('RUNNER_DOCS_DIR', '') }:/docs" \
-v "{ os.environ.get('RUNNER_TEST_RESULTS_DIR', '') }:/test-results" \
-v "{ os.environ.get('RUNNER_TEMP', '') }/exec_script:/exec" \
-v "{ os.environ.get('GITHUB_STEP_SUMMARY', '') }":"{ os.environ.get('GITHUB_STEP_SUMMARY', '') }" \
-w /{ os.environ.get('REPOSITORY', 'work') } \
Expand Down

0 comments on commit 0ebeb19

Please sign in to comment.