소스 검색

Updated Jenkinsfile

fooser 7 년 전
부모
커밋
613010d8e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -5,7 +5,7 @@ pipeline {
         stage('Build') {
             steps {
                 echo 'Building...'
-                bash -c python3.7 -m poetry install
+                bash -c "python3.7 -m poetry install"
             }
         }
         stage('Test') {