devops: clean old build before updating readme (#702)

This commit is contained in:
Yury Semikhatsky 2021-11-15 15:08:08 -08:00 committed by GitHub
parent 4be749f045
commit 90ccaa195f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,9 @@ trap "cd $(pwd -P)" EXIT
cd "$(dirname $0)/.."
# Remove artifacts from previous driver (for local builds).
mvn clean
# Built from source and do local install.
mvn install --no-transfer-progress -D skipTests