Prevent creation of pycache directory
This commit is contained in:
@@ -41,6 +41,11 @@ pipeline {
|
||||
args '-u root'
|
||||
}
|
||||
}
|
||||
|
||||
environment {
|
||||
PYTHONDONTWRITEBYTECODE = 1
|
||||
}
|
||||
|
||||
steps {
|
||||
dir('backend') {
|
||||
sh '''
|
||||
|
||||
Reference in New Issue
Block a user