gpu machine does git checkout

This commit is contained in:
Ruben Abad 2024-01-18 01:39:49 +01:00
parent b33c949e43
commit 86dcd957bf
1 changed files with 0 additions and 2 deletions

View File

@ -97,7 +97,6 @@ pipeline
stage('ubuntu smoke tests')
{
agent { label "ubuntu && gpu" }
options { skipDefaultCheckout true }
steps
{
unstash name: 'ubuntu_eggs'
@ -173,7 +172,6 @@ pipeline
sh '''
tar -xvzf carla_doc.tar.gz
ls
git add Doxygen
git commit -m "Updated c++ docs" || true
'''