Skip to content

Commit 39116b8

Browse files
authored
Don't write composite object for wheels (#281)
1 parent d634f34 commit 39116b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3066,8 +3066,7 @@ steps:
30663066
tar xvf /io/wheel-container.tar
30673067
gcloud auth activate-service-account --key-file=/gsa-key/key.json
30683068
HAIL_WHEEL_FILE=hail-$(cat /io/hail_pip_version)-py3-none-any.whl
3069-
python3 -m hailtop.aiotools.copy 'null' '[
3070-
{"from": "'$HAIL_WHEEL_FILE'", "to": "gs://cpg-hail-ci/wheels/'$HAIL_WHEEL_FILE'"}]'
3069+
gcloud storage cp "$HAIL_WHEEL_FILE" "gs://cpg-hail-ci/wheels/$HAIL_WHEEL_FILE"
30713070
inputs:
30723071
- from: /hail_pip_version
30733072
to: /io/hail_pip_version

0 commit comments

Comments
 (0)