Don't checkout code twice for CI
Gitea - aviat/banker/pipeline/head There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2021-02-05 16:42:12 -05:00
parent ca37e716fd
commit dec0eaebe8
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -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'