Fix dirty packages
This commit is contained in:
parent
9ca74356a7
commit
9d068d2be2
|
@ -78,6 +78,7 @@ pipeline {
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
when { anyOf { branch "master"; buildingTag() } }
|
when { anyOf { branch "master"; buildingTag() } }
|
||||||
steps {
|
steps {
|
||||||
|
sh 'git checkout .'
|
||||||
sh 'make deploy ARGS="--replace-latest --docker-push"'
|
sh 'make deploy ARGS="--replace-latest --docker-push"'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue