This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch 1.0.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit c23968d56851bfbe0780185951671c65e34a1ab2
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Wed Aug 26 14:25:22 2020 +0200

    No need to spend 3m 45s by deleting unwanted SDKs, there is enough space on 
disk
---
 .github/workflows/ci-build.yaml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index a0f2c034..39f4788 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -56,17 +56,9 @@ jobs:
         uses: n1hility/cancel-previous-runs@v2
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
-      - name: Clean VM
+      - name: Check free space on disk
         run: |
           df -h /
-          echo "Removing unwanted SDKs"
-          sudo rm -rf /usr/local/lib/android \
-               rm -rf /usr/local/share/boost \
-               rm -rf /usr/local/go \
-               rm -rf /usr/share/dotnet \
-               rm -rf /usr/share/rust
-
-          df -h /
       - name: Setup apache-snapshots profile
         if: github.ref == 'refs/heads/camel-master' || github.base_ref == 
'camel-master'
         run: |

Reply via email to