Don't checkout code twice for CI
Some checks failed
Gitea - aviat/banker/pipeline/head There was a failure building this commit
Some checks failed
Gitea - aviat/banker/pipeline/head There was a failure building this commit
This commit is contained in:
parent
ca37e716fd
commit
dec0eaebe8
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -3,7 +3,6 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage("Setup") {
|
stage("Setup") {
|
||||||
steps {
|
steps {
|
||||||
checkout scm
|
|
||||||
sh 'curl -sS https://getcomposer.org/installer | php'
|
sh 'curl -sS https://getcomposer.org/installer | php'
|
||||||
sh 'rm -rf ./vendor'
|
sh 'rm -rf ./vendor'
|
||||||
sh 'rm -f composer.lock'
|
sh 'rm -f composer.lock'
|
||||||
|
Loading…
Reference in New Issue
Block a user