mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Make clean first
This commit is contained in:
parent
7876070fb7
commit
0b48d62ac9
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ def buildBuildSteps(Map myParams) {
|
|||
"LONG=${myParams.LONG ? 1 : 0}",
|
||||
"TESTOPTIONS=${myParams.TESTOPTIONS}",
|
||||
]) {
|
||||
sh "make clean"
|
||||
sh "make"
|
||||
sh "make run-unit-tests"
|
||||
sh "make docker-test"
|
||||
|
|
Loading…
Reference in a new issue