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

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c4206b2806 Improved: GH Actions and Buildbot Builders are not 
consistent (INFRA-23076)
c4206b2806 is described below

commit c4206b2806337142f3f8889a663b4665154d5af4
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Mon Apr 18 09:43:39 2022 +0200

    Improved: GH Actions and Buildbot Builders are not consistent (INFRA-23076)
    
    Lost comment about
    https://lists.apache.org/thread/80wzf4kclfk5nh2fss56jd6otf7y4n2f
    because of a rebase in previous commit
---
 .github/workflows/gradle.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/gradle.yaml b/.github/workflows/gradle.yaml
index f4a3deebfe..51f35a957d 100644
--- a/.github/workflows/gradle.yaml
+++ b/.github/workflows/gradle.yaml
@@ -40,6 +40,6 @@ jobs:
       run: chmod +x gradlew
     - name: Build with Gradle
       run: ./gradlew pullAllPluginsSource check      
-# Below does not work      
+# Below does not work, see see 
https://lists.apache.org/thread/80wzf4kclfk5nh2fss56jd6otf7y4n2f
 #     - name: Builds with Gradle, checks style and run integration tests (just 
to know if they pass)
 #       run: ./gradlew pullAllPluginsSource check loadAll testIntegration

Reply via email to