Skip to content

Commit 157a293

Browse files
committed
remove gsutil aliases now that dockerfile is updated
1 parent 1eb8871 commit 157a293

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.github/workflows/build_artifacts.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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// /_}

.github/workflows/pytest_cpu.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,6 @@ jobs:
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// /_}

0 commit comments

Comments
 (0)