فهرست منبع

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