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 09:41:42 UTC

[hop] branch master updated: HOP-4550: fix copy in reference to new context

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 cf47457f41 HOP-4550: fix copy in reference to new context
     new 46c1cf8ea7 Merge pull request #1791 from hansva/master
cf47457f41 is described below

commit cf47457f41ffb085b56d7cf80175ddb553a5dcca
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Wed Nov 16 10:40:46 2022 +0100

    HOP-4550: fix copy in reference to new context
---
 integration-tests/hopweb/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/integration-tests/hopweb/Dockerfile b/integration-tests/hopweb/Dockerfile
index f9c403fdcc..7f1f337f9b 100644
--- a/integration-tests/hopweb/Dockerfile
+++ b/integration-tests/hopweb/Dockerfile
@@ -19,8 +19,8 @@ FROM selenium/standalone-chrome
 
 RUN sudo useradd -s /bin/bash -m hop
 
-COPY src/ /home/hop/src/
-COPY pom.xml /home/hop/
+COPY integration-tests/hopweb/src/ /home/hop/src/
+COPY integration-tests/hopweb/pom.xml /home/hop/
 
 RUN sudo chown -R hop:hop /home/hop/
 RUN sudo mkdir /surefire-reports/ && sudo chown -R hop:hop /surefire-reports