Explorar el Código

Updated Jenkinsfile

fooser hace 7 años
padre
commit
613010d8e1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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') {