Fix dirty packages

This commit is contained in:
Marc Garcia Puig 2019-12-12 14:03:00 +01:00
parent 9ca74356a7
commit 9d068d2be2
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -78,6 +78,7 @@ pipeline {
stage('Deploy') {
when { anyOf { branch "master"; buildingTag() } }
steps {
sh 'git checkout .'
sh 'make deploy ARGS="--replace-latest --docker-push"'
}
}