Skip to content

Commit

Permalink
simplify clean-up of space stage (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
wind57 authored Sep 28, 2023
1 parent c88c9fa commit 8475a54
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/composites/clean-space/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8475a54

Please sign in to comment.