Wrestling with string interpolation
Core Repos/ImageApi/pipeline/pr-master There was a failure building this commit
Core Repos/ImageApi/pipeline/pr-master There was a failure building this commit
This commit is contained in:
Vendored
+1
-1
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user