Making the build work

This commit is contained in:
retropikzel 2024-09-26 19:04:17 +03:00
parent 2230a64d8e
commit 1dc7c37d3c
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -3,7 +3,6 @@ pipeline {
dockerfile {
filename 'Dockerfile.jenkins'
dir '.'
label 'r7rs-pffi-jenkins'
args '--privileged'
}
}