Kaynağa Gözat

Updated files

fooser 7 yıl önce
ebeveyn
işleme
e7e926d730
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      Jenkinsfile

+ 2 - 1
Jenkinsfile

@@ -12,7 +12,8 @@ pipeline {
         stage('Test') {
             steps {
                 echo 'Testing...'
-                sh 'PYTHONDONTWRITEBYTECODE=1 python3.7 -m poetry run tox'
+                sh 'python3.7 -m poetry run tox'
+                sh 'rm -rf ./tests/__pycache__/'
             }
         }
         stage('Deploy') {