diff --git a/Jenkinsfile b/Jenkinsfile index 6d318cd..572f751 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,6 @@ pipeline { stages { stage("Setup") { steps { - checkout scm sh 'curl -sS https://getcomposer.org/installer | php' sh 'rm -rf ./vendor' sh 'rm -f composer.lock'