File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ jobs:
193193 run : echo "Conditions for creating/updating issue not met. Skipping."
194194 - name : Upload manifest to gcs
195195 if : ${{ ! failure() }}
196- run : gsutil cp ${{ env.BUILD_MANIFEST_DIR }}/${{ needs.build_stable_stack.outputs.manifest_name }} gs://jetstream-inference-stable-stack-artifacts/manifest-files/
196+ run : gcloud storage cp ${{ env.BUILD_MANIFEST_DIR }}/${{ needs.build_stable_stack.outputs.manifest_name }} gs://jetstream-inference-stable-stack-artifacts/manifest-files/
197197 - name : Send email
198198 uses : dawidd6/action-send-mail@v3.6.0
199199 with :
Original file line number Diff line number Diff line change @@ -59,4 +59,4 @@ mv ${OUTPUT_DIR}/moe_8x7b_jetstream.tmp ${OUTPUT_DIR}/moe_8x7b_jetstream.txt
5959
6060
6161# download golden numbers from gcs
62- gsutil cp gs://jetstream-inference-stable-stack-artifacts/golden-numbers/golden-numbers.txt ${OUTPUT_DIR} /
62+ gcloud storage cp gs://jetstream-inference-stable-stack-artifacts/golden-numbers/golden-numbers.txt ${OUTPUT_DIR} /
You can’t perform that action at this time.
0 commit comments