reverting previous change: repo checkout is neccessary to have access to makefile

This commit is contained in:
Ruben Abad 2024-06-04 12:12:57 +02:00
parent 3654f6bb24
commit d6078abdbf
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -208,7 +208,6 @@ pipeline
stage('ubuntu smoke tests') stage('ubuntu smoke tests')
{ {
agent { label "gpu_20_04" } agent { label "gpu_20_04" }
options{skipDefaultCheckout()}
steps steps
{ {
unstash name: 'ubuntu_eggs' unstash name: 'ubuntu_eggs'