You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2023/05/30 09:58:59 UTC

[linkis] branch dev-1.4.0-integration-test2 updated: add space release

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

casion pushed a commit to branch dev-1.4.0-integration-test2
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/dev-1.4.0-integration-test2 by this push:
     new f04a93930 add space release
f04a93930 is described below

commit f04a939302bb3e19a53805339a321532f0106855
Author: casionone <ca...@gmail.com>
AuthorDate: Tue May 30 17:58:41 2023 +0800

    add space release
---
 .github/workflows/integration-test.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml
index f8c233699..0966b7016 100644
--- a/.github/workflows/integration-test.yml
+++ b/.github/workflows/integration-test.yml
@@ -72,6 +72,12 @@ jobs:
       - name: Set up Docker Buildx
         uses: docker/setup-buildx-action@v1
 
+      #https://github.com/actions/runner-images/issues/2875
+      - name: Clean up and release space
+        run:
+          sudo rm -rf /usr/share/dotnet
+          sudo rm -rf "$AGENT_TOOLSDIRECTORY"
+
       - name: Build frontend by node.js
         run: |
           cd linkis-web


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org