Ver código fonte

Another update

fooser 7 anos atrás
pai
commit
b0c5526966
1 arquivos alterados com 2 adições e 0 exclusões
  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') {