Added cargo cache back into it.

This commit is contained in:
Luke Anderson 2019-03-25 16:13:46 +11:00
parent 6d5bba1dcc
commit da219ffd10
No known key found for this signature in database
GPG Key ID: 44408169EC61E228

2
Jenkinsfile vendored
View File

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