You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2020/04/26 07:34:55 UTC

[incubator-tuweni] branch master updated: fix yaml spaces

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

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/master by this push:
     new a63ad0a  fix yaml spaces
a63ad0a is described below

commit a63ad0aa3c405111ed90c3abdbad6e68e898a947
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Sun Apr 26 00:34:41 2020 -0700

    fix yaml spaces
---
 .github/workflows/master-pr-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/master-pr-build.yml b/.github/workflows/master-pr-build.yml
index af5cf6b..b14943a 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -51,7 +51,7 @@ jobs:
       - name: gradle checks
         run: ./gradlew spotlessCheck checkLicenses
       - name: gradle assemble
-          run: ./gradlew assemble -x test
+        run: ./gradlew assemble -x test
       - name: gradle test
         run: ./gradlew test
       - name: Collect JUnit tests


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