Skip to content

Commit

Permalink
[ci] fix mount paths for start_hail_benchmark task (#14575)
Browse files Browse the repository at this point in the history
Fixes paths missed by #14565
ehigham authored Jun 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 291a876 commit e2a420c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -3604,8 +3604,10 @@ steps:
image:
valueFrom: hail_dev_image.image
inputs:
- from: /repo/benchmark
to: /io/repo/benchmark
- from: /repo/hail/python
to: /io/repo/hail/python
- from: /repo/hail/scripts/benchmark_in_batch.py
to: /io/repo/hail/scripts/benchmark_in_batch.py
- from: /hail_version
to: /io/hail_version
- from: /release-hail-flag

0 comments on commit e2a420c

Please sign in to comment.