Merge branch 'ci-rustfmt' of github.com:sigp/lighthouse into ci-rustfmt

This commit is contained in:
Luke Anderson 2019-03-28 19:58:09 +11:00
commit f196dba062
No known key found for this signature in database
GPG Key ID: 44408169EC61E228

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent { agent {
dockerfile { dockerfile {
filename 'Dockerfile' filename 'Dockerfile'
args '-v cargo-cache:/cargocache:rw' args '-v cargo-cache:/cargocache:rw -e "CARGO_HOME=/cargocache"'
} }
} }
stages { stages {