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/02/19 16:24:50 UTC

[incubator-streampipes] branch dev updated: Update build.yml

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.git


The following commit(s) were added to refs/heads/dev by this push:
     new 00575f3  Update build.yml
00575f3 is described below

commit 00575f38078e0d6f7511d4149b4f24537645c342
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Wed Feb 19 17:24:42 2020 +0100

    Update build.yml
---
 .github/workflows/build.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 649cae1..9fe6c47 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -36,7 +36,6 @@ jobs:
       - name: Build with Maven
         run: mvn clean package javadoc:aggregate
       - name: Set env variables for Docker builds
-        # set environment variables to be available for all steps
         run: |
           echo "::set-env name=MVN_VERSION::$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)"
           echo "::set-env name=DOCKERHUB_APACHE_REPO::apachestreampipes"