You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/11/16 10:28:12 UTC

[hop] branch master updated: HOP-4550: fix mount point

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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a69dbfc59 HOP-4550: fix mount point
     new d05addecac Merge pull request #1792 from hansva/master
8a69dbfc59 is described below

commit 8a69dbfc59ff53f3a0ba30d064276805bdfd9a03
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Wed Nov 16 11:22:17 2022 +0100

    HOP-4550: fix mount point
---
 integration-tests/hopweb/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/hopweb/docker-compose.yml b/integration-tests/hopweb/docker-compose.yml
index 370191b36f..1d369b0864 100644
--- a/integration-tests/hopweb/docker-compose.yml
+++ b/integration-tests/hopweb/docker-compose.yml
@@ -33,4 +33,4 @@ services:
         - "4444:4444"
 #      command: tail -f /dev/null
       volumes:
-        - ./target/surefire-reports:/surefire-reports:rw
+        - ./integration-tests/hopweb/target/surefire-reports:/surefire-reports:rw