Compare commits
1 Commits
c482912fd8
...
8a59a70dc4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a59a70dc4 |
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