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/12 13:45:44 UTC

[incubator-streampipes-installer] branch dev updated: [hotfix] add missing slash

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


The following commit(s) were added to refs/heads/dev by this push:
     new 59c8698  [hotfix] add missing slash
59c8698 is described below

commit 59c8698c0331c6c3ec21535e08dc2efc4ee0263e
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Sat Sep 12 15:45:27 2020 +0200

    [hotfix] add missing slash
---
 cli/deploy/standalone/pipeline-elements-all-flink/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli/deploy/standalone/pipeline-elements-all-flink/docker-compose.yml b/cli/deploy/standalone/pipeline-elements-all-flink/docker-compose.yml
index cd1e772..d18367f 100644
--- a/cli/deploy/standalone/pipeline-elements-all-flink/docker-compose.yml
+++ b/cli/deploy/standalone/pipeline-elements-all-flink/docker-compose.yml
@@ -16,7 +16,7 @@
 version: "3.4"
 services:
   pipeline-elements-all-flink:
-    image: ${SP_DOCKER_REGISTRY}pipeline-elements-all-flink:${SP_VERSION}
+    image: ${SP_DOCKER_REGISTRY}/pipeline-elements-all-flink:${SP_VERSION}
     depends_on:
       - "consul"
       - "jobmanager"