You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/10/21 04:05:44 UTC

[groovy] branch master updated: temporary disable gradle build action (Try to avoid the "No space left on device" GitHub action errors)

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

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new a5bc494ecc temporary disable gradle build action (Try to avoid the "No space left on device" GitHub action errors)
a5bc494ecc is described below

commit a5bc494ecc899bb0b2b86b6c4937473b8f3c7a7f
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Oct 21 14:05:34 2022 +1000

    temporary disable gradle build action (Try to avoid the "No space left on device" GitHub action errors)
---
 .github/workflows/groovy-build-dist.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/groovy-build-dist.yml b/.github/workflows/groovy-build-dist.yml
index 88b3827b3f..6c2ba6bf2c 100644
--- a/.github/workflows/groovy-build-dist.yml
+++ b/.github/workflows/groovy-build-dist.yml
@@ -51,7 +51,6 @@ jobs:
           java-version: ${{ matrix.java }}
           check-latest: true
       - uses: actions/checkout@v3
-      - uses: gradle/gradle-build-action@v2
       - name: Build and package
         run: ./gradlew clean dist --no-build-cache --no-scan --refresh-dependencies
         timeout-minutes: 90