Merge branch '3.0.x'

This commit is contained in:
Ryan Baxter
2023-09-28 20:05:26 +08:00

View File

@@ -9,15 +9,7 @@ runs:
- name: manually remove gcloud
shell: bash
run: |
gcloud_sdk_root=$(gcloud info --format='value(installation.sdk_root)')
gcloud_global_config=$(gcloud info --format='value(config.paths.global_config_dir)')
echo "will remove directory : $gcloud_sdk_root"
echo "will remove directory : $gcloud_global_config"
sudo rm -fr $gcloud_sdk_root
sudo rm -fr $gcloud_global_config
run: sudo apt-get remove google-cloud-cli
- name: same as 'large-packages' but without 'google-cloud-sdk'
shell: bash