summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2019-08-07 13:13:14 -0400
committerAdam Kocoloski <kocolosk@apache.org>2019-08-07 13:13:14 -0400
commit4e438050270ea7680c4306d531bcd03a38e16369 (patch)
treeab81f08a789a656534f7dbd74d6639e6a1a15e01
parent0c76c27c09dbed222a84d412c4e061fe75d59823 (diff)
downloadcouchdb-4e438050270ea7680c4306d531bcd03a38e16369.tar.gz
HEX_HOME is also required
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 5b5e24726..f5fbb19b6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -463,7 +463,7 @@ pipeline {
stage('Build from tarball & test') {
steps {
unstash 'tarball'
- withEnv(['MIX_HOME='+pwd()]) {
+ withEnv(['MIX_HOME='+pwd(), 'HEX_HOME='+pwd()]) {
sh( script: build_and_test )
}
}