1
0
mirror of https://github.com/bitwarden/server synced 2025-12-30 07:03:42 +00:00

[BRE-372] - Clean up document start (#4915)

This commit is contained in:
Opeyemi
2024-10-21 13:11:59 +01:00
committed by GitHub
parent 27760bd190
commit c809794642
11 changed files with 9 additions and 20 deletions

View File

@@ -1,4 +1,3 @@
---
name: Build
on:
@@ -408,7 +407,7 @@ jobs:
name: swagger.json
path: swagger.json
if-no-files-found: error
- name: Build Internal API Swagger
run: |
cd ./src/Api
@@ -416,17 +415,17 @@ jobs:
dotnet tool restore
echo "Publish API"
dotnet publish -c "Release" -o obj/build-output/publish
dotnet swagger tofile --output ../../internal.json --host https://api.bitwarden.com \
./obj/build-output/publish/Api.dll internal
cd ../Identity
echo "Restore Identity tools"
dotnet tool restore
echo "Publish Identity"
dotnet publish -c "Release" -o obj/build-output/publish
dotnet swagger tofile --output ../../identity.json --host https://identity.bitwarden.com \
./obj/build-output/publish/Identity.dll v1
cd ../..
@@ -448,7 +447,7 @@ jobs:
with:
name: identity.json
path: identity.json
if-no-files-found: error
if-no-files-found: error
build-mssqlmigratorutility:
name: Build MSSQL migrator utility
@@ -565,7 +564,7 @@ jobs:
tag: 'main'
}
})
trigger-ee-updates:
name: Trigger Ephemeral Environment updates
if: github.ref != 'refs/heads/main' && contains(github.event.pull_request.labels.*.name, 'ephemeral-environment')