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 21:33:43 UTC

[incubator-streampipes-extensions] branch rel/0.67.0 updated: [hotfix] fix wrong build context

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

commit c23c36f0830a6dd389d8f71ee30f40f518eceef6
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Wed Sep 9 23:33:23 2020 +0200

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

diff --git a/docker-compose.yml b/docker-compose.yml
index 52107f1..345d236 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -83,7 +83,7 @@ services:
 
   sources-vehicle-simulator:
     build:
-      context: ./streampipes-sources-watertank-simulator
+      context: ./streampipes-sources-vehicle-simulator
       dockerfile: Dockerfile
       args:
         BASE_IMAGE: adoptopenjdk/openjdk8-openj9:alpine-slim