Remove extra quotes and escaping
Some checks failed
Core Repos/ImageApi/pipeline/pr-master There was a failure building this commit
Some checks failed
Core Repos/ImageApi/pipeline/pr-master There was a failure building this commit
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -2,7 +2,7 @@ pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'rust:1.48'
|
||||
args '-v "\$PWD":/usr/src/image-api'
|
||||
args '-v $PWD:/usr/src/image-api'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user