mirror of https://github.com/waku-org/waku-lab.git
ci: map known_hosts to container
This commit is contained in:
parent
36687e24af
commit
cb54858412
|
@ -3,6 +3,7 @@ pipeline {
|
||||||
dockerfile {
|
dockerfile {
|
||||||
label 'linux'
|
label 'linux'
|
||||||
dir 'ci'
|
dir 'ci'
|
||||||
|
args '-v /home/jenkins/.ssh/known_hosts:/home/jenkins/.ssh/known_hosts:ro'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue