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:11:33 UTC

[incubator-streampipes-extensions] branch rel/0.67.0 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 rel/0.67.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git


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

commit 672be468cee591c79925a59df3e106e9f423ae4f
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 ea01b08..121cdaa 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"