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/03 13:50:27 UTC

[incubator-streampipes-extensions] branch dev updated: [hotfix] fix wrong build context path

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 8f6a7ac  [hotfix] fix wrong build context path
8f6a7ac is described below

commit 8f6a7ac47e09bef5eef56aea1ed0f1f7d3aa330d
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Thu Sep 3 15:50:07 2020 +0200

    [hotfix] fix wrong build context path
---
 docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index fe98eed..6f32590 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -27,7 +27,7 @@ services:
   #### apache/incubator-streampipes-extensions
   connect-worker-main:
     build:
-      context: ./streampipes-connect-adapters/streampipes-connect-adapter
+      context: ./streampipes-connect-adapters
       dockerfile: Dockerfile
       args:
         BASE_IMAGE: adoptopenjdk/openjdk8-openj9:alpine-slim