ソースを参照

Another update

fooser 7 年 前
コミット
b0c5526966
1 ファイル変更2 行追加0 行削除
  1. 2 0
      Jenkinsfile

+ 2 - 0
Jenkinsfile

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