You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2019/08/01 02:56:11 UTC

[couchdb] branch jenkins-junit-reports-and-jenkins-env updated: Getting sloppy

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

kocolosk pushed a commit to branch jenkins-junit-reports-and-jenkins-env
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/jenkins-junit-reports-and-jenkins-env by this push:
     new 8936476  Getting sloppy
8936476 is described below

commit 8936476de6c1123157213c70fd5af635145b6a9e
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Wed Jul 31 22:56:05 2019 -0400

    Getting sloppy
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f9366ca..569466c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -25,7 +25,7 @@ tar -xf ${WORKSPACE}/apache-couchdb-*.tar.gz
 cd apache-couchdb-*
 ./configure --with-curl
 make eunit || (build-aux/logfile-uploader.py && false)
-find ../couchdb -name "*.xml"
+find . -name "*.xml"
 
 echo
 echo "Build CouchDB packages"