reverting previous change: repo checkout is neccessary to have access to makefile
This commit is contained in:
parent
3654f6bb24
commit
d6078abdbf
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue