Enable carla:latest docker of development branch

This commit is contained in:
bernatx 2021-07-28 19:21:08 +02:00
parent 21358e8b42
commit 2d59fd5788
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -164,7 +164,7 @@ pipeline
steps steps
{ {
sh 'git checkout .' sh 'git checkout .'
sh 'make deploy ARGS="--replace-latest"' sh 'make deploy ARGS="--replace-latest --docker-push"'
} }
} }
stage('ubuntu deploy master') stage('ubuntu deploy master')