run make clean before compile_full on CI

This commit is contained in:
Hayden Faulds 2018-02-12 13:24:40 +00:00
parent 458bbc7cfd
commit 29018d5af6

View file

@ -49,7 +49,7 @@ pipeline {
}
}
steps {
sh 'make compile_full'
sh 'make clean compile_full'
// replace the build number placeholder for sentry
sh 'node_modules/.bin/grunt version'
}