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 dd1c0da566 HOP-3946: fix typo
     new 47ac9249cb Merge pull request #1517 from hansva/master
dd1c0da566 is described below

commit dd1c0da56618dff023066a88aa64c96630f79467
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Jun 2 16:48:25 2022 +0200

    HOP-3946: fix typo
---
 Jenkinsfile.daily | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.daily b/Jenkinsfile.daily
index 4ec49c819d..36d915be0c 100644
--- a/Jenkinsfile.daily
+++ b/Jenkinsfile.daily
@@ -98,7 +98,7 @@ pipeline {
         }
         stage('Create Docker image & Run Tests'){
             steps {
-                    cp GCP_CREDS google-key-apache-hop-it.json
+                    cp $GCP_CREDS google-key-apache-hop-it.json
                     sh "integration-tests/scripts/run-tests-docker.sh 
JENKINS_USER=${jenkins_user} JENKINS_UID=${jenkins_uid} 
JENKINS_GROUP=${jenkins_group} JENKINS_GID=${jenkins_gid} 
GCP_KEY_FILE=google-key-apache-hop-it.json"
                 }
             post {

Reply via email to