mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
/Q
This commit is contained in:
parent
524873a690
commit
c4c32b6280
@ -20,7 +20,7 @@ CALL git clone --branch=%APPVEYOR_REPO_BRANCH% %REPO_URL% %DIST_SRC_DIR%
|
||||
cd %DIST_SRC_DIR%
|
||||
CALL git checkout %APPVEYOR_REPO_COMMIT%
|
||||
CALL git submodule update --init --recursive
|
||||
DEL /S %DIST_SRC_DIR%.git\objects\pack\*
|
||||
DEL /S/Q %DIST_SRC_DIR%.git\objects\pack\*
|
||||
cd %DIST_DIR%
|
||||
CALL 7z a browser-source-%APPVEYOR_BUILD_NUMBER%.zip %DIST_SRC_DIR%\*
|
||||
cd %APPVEYOR_BUILD_FOLDER%
|
||||
|
Loading…
Reference in New Issue
Block a user