Skip to content

Commit 07c9a6a

Browse files
committed
ci: move it to a container
Referenced issue: * status-im/infra-ci#188
1 parent 2636da4 commit 07c9a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pipeline {
22
agent {
33
dockerfile {
4-
label 'linux'
4+
label 'linuxcontainer'
55
dir 'ci'
66
args '-v /home/jenkins/.ssh/known_hosts:/home/jenkins/.ssh/known_hosts:ro'
77
}

0 commit comments

Comments
 (0)