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:52:36 UTC

[incubator-streampipes-extensions] branch rel/0.67.0 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 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 1e2cc63  [hotfix] fix wrong build context path
1e2cc63 is described below

commit 1e2cc63e3bdffbe04896b76d07583f96e1c9e431
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