1
0
Fork 0
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:
Ewout Prangsma 2018-06-11 11:49:25 +02:00
parent 7876070fb7
commit 0b48d62ac9
No known key found for this signature in database
GPG key ID: 4DBAD380D93D0698

View file

@ -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"