Compare commits

...

1 Commits

Author SHA1 Message Date
Cameron Cordes
c482912fd8 Wrestling with string interpolation
Some checks failed
Core Repos/ImageApi/pipeline/pr-master There was a failure building this commit
2021-02-02 15:14:50 -05:00

2
Jenkinsfile vendored
View File

@@ -2,7 +2,7 @@ pipeline {
agent { agent {
docker { docker {
image 'rust:1.48' image 'rust:1.48'
args '-v $PWD:/usr/src/image-api' args "-v '$PWD':/usr/src/image-api"
} }
} }