You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/05/06 05:57:19 UTC

[incubator-streampipes-extensions] branch dev updated: Adapt github actions to new package structure

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

zehnder 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 718cf4c  Adapt github actions to new package structure
718cf4c is described below

commit 718cf4cc365d39edcebd28f8a0bf8f3fbcd8621b
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Wed May 6 07:56:51 2020 +0200

    Adapt github actions to new package structure
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 35bb933..ea01b08 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -64,7 +64,7 @@ jobs:
           echo '{"experimental": true}' | sudo tee /etc/docker/daemon.json
           sudo service docker restart
       - name: Build and Push Docker Image connect-worker-main
-        working-directory: ./streampipes-connect-adapters/streampipes-connect-adapter
+        working-directory: ./streampipes-connect-adapters
         env:
           IMG_NAME_DEFAULT: ${{ env.DOCKERHUB_APACHE_REPO }}/connect-worker:${{ env.MVN_VERSION }}
           IMG_NAME_AMD64: ${{ env.DOCKERHUB_APACHE_REPO }}/connect-worker:amd64-${{ env.MVN_VERSION }}