You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2021/03/22 17:11:40 UTC

[camel-k] 01/05: fix(ci): Free more disk space for OpenShift workflow

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

astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 9c2468f54e92ca825c16f3aac33c81ac4b98516f
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Mon Mar 22 13:34:55 2021 +0100

    fix(ci): Free more disk space for OpenShift workflow
---
 .github/workflows/openshift.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/openshift.yml b/.github/workflows/openshift.yml
index c56a73e..7d3afe0 100644
--- a/.github/workflows/openshift.yml
+++ b/.github/workflows/openshift.yml
@@ -55,6 +55,10 @@ jobs:
         sudo swapoff -a
         sudo rm -f /swapfile
         sudo apt clean
+        sudo rm -rf /usr/share/dotnet
+        sudo rm -rf /opt/ghc
+        sudo rm -rf "/usr/local/share/boost"
+        sudo rm -rf "$AGENT_TOOLSDIRECTORY"
         docker rmi $(docker image ls -aq)
 
         echo "Final status:"