Fix windows deploy
This commit is contained in:
parent
7a9dd5a6de
commit
de82275f10
|
@ -288,6 +288,7 @@ pipeline
|
|||
steps {
|
||||
bat """
|
||||
call ../setEnv64.bat
|
||||
git checkout .
|
||||
make deploy ARGS="--replace-latest"
|
||||
"""
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue