mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
update build
This commit is contained in:
parent
17849518fc
commit
a6860c22fd
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -11,7 +11,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
cloc:
|
ubuntu:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -30,8 +30,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Print environment
|
- name: Print environment
|
||||||
run: |
|
run: |
|
||||||
nuget help
|
|
||||||
msbuild -version
|
|
||||||
dotnet --info
|
dotnet --info
|
||||||
node --version
|
node --version
|
||||||
npm --version
|
npm --version
|
||||||
@ -69,7 +67,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Tag version
|
- name: Tag version
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
run: ./build.sh tag _________
|
run: ./build.sh tag $($env:RELEASE_TAG_NAME.TrimStart('v'))
|
||||||
|
shell: pwsh
|
||||||
|
env:
|
||||||
|
RELEASE_TAG_NAME: ${{ github.event.release.tag_name }}
|
||||||
|
|
||||||
- name: List docker images
|
- name: List docker images
|
||||||
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
|
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
|
||||||
@ -89,7 +90,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Push version images
|
- name: Push version images
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
run: ./build.sh push _________
|
run: ./build.sh push $($env:RELEASE_TAG_NAME.TrimStart('v'))
|
||||||
|
shell: pwsh
|
||||||
|
env:
|
||||||
|
RELEASE_TAG_NAME: ${{ github.event.release.tag_name }}
|
||||||
|
|
||||||
- name: Make docker stub
|
- name: Make docker stub
|
||||||
run: |
|
run: |
|
||||||
@ -112,7 +116,7 @@ jobs:
|
|||||||
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
|
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
|
||||||
run: docker logout
|
run: docker logout
|
||||||
|
|
||||||
android:
|
windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user