You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/09/09 15:12:04 UTC

[incubator-streampipes-extensions] branch dev updated: [STREAMPIPES-232] Build and push Docker images on rel/** branches

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

wiener pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git


The following commit(s) were added to refs/heads/dev by this push:
     new 3307210  [STREAMPIPES-232] Build and push Docker images on rel/** branches
3307210 is described below

commit 3307210a4e39ddc88fe5a0948f1418fa9d9ff41d
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Wed Sep 9 17:10:56 2020 +0200

    [STREAMPIPES-232] Build and push Docker images on rel/** branches
---
 .github/workflows/build.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ac3b916..983b112 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,6 +19,7 @@ on:
   push:
     branches:
       - dev
+      - 'rel/**'
 jobs:
   build-and-push-to-docker:
     runs-on: ubuntu-latest
@@ -39,12 +40,12 @@ jobs:
           java-version: 1.8
       - name: Build and install incubator-streampipes with Maven
         working-directory: ./incubator-streampipes
-        run: mvn clean install -DskipTests -Denforcer.skip
+        run: mvn clean install javadoc:aggregate
       - name: Checkout
         uses: actions/checkout@v1
       - name: Build Extensions with Maven
         working-directory: ./
-        run: mvn clean package javadoc:aggregate -U -DskipTests -Denforcer.skip
+        run: mvn clean package javadoc:aggregate -U
       - name: Set env variables for Docker builds
         run: |
           echo "::set-env name=DOCKER_CLI_EXPERIMENTAL::enabled"