Disable docker for development branch

This commit is contained in:
bernatx 2021-07-29 00:01:44 +02:00
parent 9774e583f0
commit c0f93b4ec7
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 --docker-push"' sh 'make deploy ARGS="--replace-latest"'
} }
} }
stage('ubuntu deploy master') stage('ubuntu deploy master')