Fix CI (Again)
minecraft-pi-reborn/pipeline/head There was a failure building this commit Details

This commit is contained in:
TheBrokenRail 2022-07-15 19:43:26 -04:00
parent 0ccc1ba6e8
commit dda511f8ff
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
agent {
dockerfile {
filename 'scripts/ci/Dockerfile'
args '-v /var/run/docker.sock:/var/run/docker.sock'
args '-v /var/run/docker.sock:/var/run/docker.sock --network host'
}
}
stages {