mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
cd properly
This commit is contained in:
@@ -29,11 +29,16 @@ if(-not $skipcheckout) {
|
||||
Remove-Item -Recurse -Force $distSafariDir
|
||||
}
|
||||
New-Item $distSafariDir -ItemType Directory -ea 0
|
||||
cd $distSafariDir
|
||||
git clone git@github.com:bitwarden/browser.git
|
||||
cd browser
|
||||
}
|
||||
|
||||
cd $distSafariDir
|
||||
|
||||
if(-not $skipcheckout) {
|
||||
git clone git@github.com:bitwarden/browser.git
|
||||
}
|
||||
|
||||
cd browser
|
||||
|
||||
if (-not ([string]::IsNullOrEmpty($version))) {
|
||||
$tag = "v" + $version
|
||||
git checkout tags/$tag
|
||||
|
||||
Reference in New Issue
Block a user