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:21:42 UTC

[hop] branch master updated: HOP-4550: fix file paths

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 a85ceeeab0 HOP-4550: fix file paths
     new a5696bea95 Merge pull request #1789 from hansva/master
a85ceeeab0 is described below

commit a85ceeeab094f4ec26aff9ae576fc430263b29a2
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Wed Nov 16 10:21:00 2022 +0100

    HOP-4550: fix file paths
---
 Jenkinsfile.hop-web-selenium | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile.hop-web-selenium b/Jenkinsfile.hop-web-selenium
index 57e01ae825..0060bd6a44 100644
--- a/Jenkinsfile.hop-web-selenium
+++ b/Jenkinsfile.hop-web-selenium
@@ -79,9 +79,9 @@ pipeline {
         }
         stage('Run Selenium tests'){
             steps {
-                    sh "docker-compose -f integration-tests/hopweb/docker-compose.yaml build"
-                    sh "docker-compose -f integration-tests/hopweb/docker-compose.yaml up --abort-on-container-exit"
-                    sh "docker-compose -f integration-tests/hopweb/docker-compose.yaml down --rmi all --remove-orphans"
+                    sh "docker-compose -f integration-tests/hopweb/docker-compose.yml build"
+                    sh "docker-compose -f integration-tests/hopweb/docker-compose.yml up --abort-on-container-exit"
+                    sh "docker-compose -f integration-tests/hopweb/docker-compose.yml down --rmi all --remove-orphans"
                 }
             post {
                 always {