simplify clean-up of space stage (#1460)

This commit is contained in:
erabii
2023-09-28 15:04:50 +03:00
committed by GitHub
parent c88c9faea7
commit 8475a54910

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