mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
remove else if
This commit is contained in:
parent
ac6a05e53b
commit
43b051cc37
@ -53,12 +53,14 @@ build_script:
|
||||
|
||||
after_build:
|
||||
- ps: |
|
||||
if($isLinux && $env:prod_deploy) {
|
||||
if($env:prod_deploy) {
|
||||
if($isLinux) {
|
||||
echo "Deploy Linux..."
|
||||
}
|
||||
else if($env:prod_deploy) {
|
||||
else {
|
||||
echo "Deploy Windows..."
|
||||
}
|
||||
}
|
||||
|
||||
for:
|
||||
-
|
||||
|
Loading…
Reference in New Issue
Block a user