Prevent creation of pycache directory
All checks were successful
CD/pipeline/head This commit looks good

This commit is contained in:
jose-rZM
2025-12-23 17:34:06 +01:00
parent 306b2297a9
commit 9e2e5d41eb

View File

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