This commit is contained in:
Jakub Zaręba 2023-05-10 21:09:11 +02:00
parent 7bad1cc28f
commit d1d20f6968

View File

@ -3,9 +3,6 @@ pipeline {
docker {
image 'python:3.11'
args '-v /root/.cache:/root/.cache -u root'
environment {
SACRED_IGNORE_GIT = 'TRUE'
}
}
}
parameters {