Prevent creation of pycache directory

This commit is contained in:
2025-12-23 17:34:06 +01:00
parent 93fdce1d6e
commit 48dd10ea05

View File

@@ -41,6 +41,11 @@ pipeline {
args '-u root' args '-u root'
} }
} }
environment {
PYTHONDONTWRITEBYTECODE = 1
}
steps { steps {
dir('backend') { dir('backend') {
sh ''' sh '''