Fix windows deploy

This commit is contained in:
bernat 2020-03-19 18:58:09 +01:00
parent 7a9dd5a6de
commit de82275f10
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -288,6 +288,7 @@ pipeline
steps {
bat """
call ../setEnv64.bat
git checkout .
make deploy ARGS="--replace-latest"
"""
}