mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
change out of directory before deleting
This commit is contained in:
@@ -20,7 +20,7 @@ CALL git clone --branch=%APPVEYOR_REPO_BRANCH% %REPO_URL% %DIST_SRC_DIR%
|
|||||||
cd %DIST_SRC_DIR%
|
cd %DIST_SRC_DIR%
|
||||||
CALL git checkout %APPVEYOR_REPO_COMMIT%
|
CALL git checkout %APPVEYOR_REPO_COMMIT%
|
||||||
CALL git submodule update --init --recursive
|
CALL git submodule update --init --recursive
|
||||||
DEL /S/Q "%DIST_SRC_DIR%.git\objects\pack\*"
|
|
||||||
cd %DIST_DIR%
|
cd %DIST_DIR%
|
||||||
|
DEL /S/Q "%DIST_SRC_DIR%.git\objects\pack\*"
|
||||||
CALL 7z a browser-source-%APPVEYOR_BUILD_NUMBER%.zip "%DIST_SRC_DIR%\*"
|
CALL 7z a browser-source-%APPVEYOR_BUILD_NUMBER%.zip "%DIST_SRC_DIR%\*"
|
||||||
cd %APPVEYOR_BUILD_FOLDER%
|
cd %APPVEYOR_BUILD_FOLDER%
|
||||||
|
|||||||
Reference in New Issue
Block a user