소스 검색

Another update

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') {