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 7b5cf08  Remove archive after extraction to avoid confusing cd
7b5cf08 is described below

commit 7b5cf08dd5a8f625da4aca5de87563120a06b6d6
Author: Adam Kocoloski <[email protected]>
AuthorDate: Tue Aug 6 02:37:09 2019 -0400

    Remove archive after extraction to avoid confusing cd
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 0b06006..43d0f5c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -18,6 +18,7 @@
 build_and_test = '''
 mkdir -p ${COUCHDB_IO_LOG_DIR}
 tar -xf ${WORKSPACE}/apache-couchdb-*.tar.gz
+rm ${WORKSPACE}/apache-couchdb-*.tar.gz
 cd apache-couchdb-*
 ./configure --with-curl
 make

Reply via email to