Explorar o código

Another update

fooser %!s(int64=7) %!d(string=hai) anos
pai
achega
b0c5526966
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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') {