gotta go fast: don't clean before building (#487)

This commit is contained in:
Sylvain Gauthier 2021-03-29 23:48:17 +11:00 committed by GitHub
parent ce02d10527
commit 170cb52dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ jobs:
cd repo
git stash
git pull --force origin master
make clean deploy
make deploy