ソースを参照

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