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/07 16:26:18 UTC

[couchdb] 01/02: Report mix config to debug

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

commit 04c49701f0c04df6474c5089f3d6ce8512acff00
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Wed Aug 7 12:25:49 2019 -0400

    Report mix config to debug
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1b4ed4e..fc1f288 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -465,6 +465,7 @@ pipeline {
               steps {
                 unstash 'tarball'
                 withEnv(['MIX_HOME='+pwd()]) {
+                  sh( 'mix hex.config' )
                   sh( script: build_and_test )
                 }
               }