You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/09/26 08:20:49 UTC

[plc4x-build-tools] branch develop updated: chore: remove -P'run-its' as it is broken

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git


The following commit(s) were added to refs/heads/develop by this push:
     new c2a80e7  chore: remove -P'run-its' as it is broken
c2a80e7 is described below

commit c2a80e7dd0c56448881ebd3676457a52d465fa7e
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Mon Sep 26 10:20:43 2022 +0200

    chore: remove -P'run-its' as it is broken
    
    + aligned with Jenkinsfile
---
 .github/workflows/ensure-platforms.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ensure-platforms.yml b/.github/workflows/ensure-platforms.yml
index 0f38e64..0e33cca 100644
--- a/.github/workflows/ensure-platforms.yml
+++ b/.github/workflows/ensure-platforms.yml
@@ -81,4 +81,4 @@ jobs:
             }
 
       - name: Run mvnw
-        run: ./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} -B -P'run-its' ${{ steps.platform_opts.outputs.platform_opts }} install
+        run: ./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} -B ${{ steps.platform_opts.outputs.platform_opts }} install