This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 006f0bc46063879e8a7c8e017779c299479c2139 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 d355556..5dbac06 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -58,17 +58,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: |