File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -106,12 +106,6 @@ jobs:
106106 if : >-
107107 ${{ inputs.upload_artifacts_to_gcs }}
108108 run : |
109- # Remove after Dockerfile is updated
110- if [[ $(uname -s) =~ "MSYS_NT" ]]; then
111- alias gcloud=gcloud.cmd
112- alias gsutil=gsutil.cmd
113- alias bq=bq.cmd
114- fi
115109 upload_uri="${{ inputs.gcs_upload_uri }}/"
116110 # Replace spaces with underscore
117111 upload_uri=${upload_uri// /_}
Original file line number Diff line number Diff line change 9090 echo "PYTHON_MAJOR_MINOR=${python_major_minor}" >> $GITHUB_ENV
9191 - name : Download wheel artifacts from GCS
9292 run : |
93- # Remove after Dockerfile is updated
94- if [[ $(uname -s) =~ "MSYS_NT" ]]; then
95- alias gcloud=gcloud.cmd
96- alias gsutil=gsutil.cmd
97- alias bq=bq.cmd
98- fi
99-
10093 download_uri="${{ inputs.gcs_download_uri }}"
10194 # Replace spaces with underscore
10295 download_uri=${download_uri// /_}
You can’t perform that action at this time.
0 commit comments