mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
fixing some whitespace errors
This commit is contained in:
parent
43348c542c
commit
7712f3e8c3
21
.github/workflows/build-and-sign.yml
vendored
21
.github/workflows/build-and-sign.yml
vendored
@ -32,16 +32,16 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd $HOME
|
cd $HOME
|
||||||
|
|
||||||
git clone https://github.com/vcsjones/AzureSignTool.git
|
git clone https://github.com/vcsjones/AzureSignTool.git
|
||||||
cd AzureSignTool
|
cd AzureSignTool
|
||||||
$latest_head = $(git rev-parse HEAD)[0..9] -join ""
|
$latest_head = $(git rev-parse HEAD)[0..9] -join ""
|
||||||
$latest_version = "0.0.0-g$latest_head"
|
$latest_version = "0.0.0-g$latest_head"
|
||||||
|
|
||||||
Write-Host "--------"
|
Write-Host "--------"
|
||||||
Write-Host "git commit - $(git rev-parse HEAD)"
|
Write-Host "git commit - $(git rev-parse HEAD)"
|
||||||
Write-Host "latest_head - $latest_head"
|
Write-Host "latest_head - $latest_head"
|
||||||
Write-Host "PACKAGE VERSION TO BUILD - $latest_version"
|
Write-Host "PACKAGE VERSION TO BUILD - $latest_version"
|
||||||
Write-Host "--------"
|
Write-Host "--------"
|
||||||
|
|
||||||
cd $HOME
|
cd $HOME
|
||||||
|
|
||||||
@ -51,8 +51,7 @@ jobs:
|
|||||||
- name: Load package version
|
- name: Load package version
|
||||||
run: |
|
run: |
|
||||||
./.github/scripts/load-version.ps1
|
./.github/scripts/load-version.ps1
|
||||||
|
exit 1
|
||||||
exit 1
|
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
||||||
- name: Install Node dependencies
|
- name: Install Node dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user