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