fooser пре 7 година
родитељ
комит
b0c5526966
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      Jenkinsfile

+ 2 - 0
Jenkinsfile

@@ -11,7 +11,9 @@ pipeline {
         }
         stage('Test') {
             steps {
+                echo 'Testing...'
                 sh 'poetry run tox'
+                sh 'find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf'
             }
         }
         stage('Deploy') {