mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 13:08:17 -05:00
Remove unused matrix input
This commit is contained in:
parent
828076e2bc
commit
1fea15c1ff
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -55,38 +55,28 @@ jobs:
|
|||||||
base_path: ./util
|
base_path: ./util
|
||||||
- project_name: Billing
|
- project_name: Billing
|
||||||
base_path: ./src
|
base_path: ./src
|
||||||
upload_artifact: true
|
|
||||||
- project_name: Events
|
- project_name: Events
|
||||||
base_path: ./src
|
base_path: ./src
|
||||||
upload_artifact: true
|
|
||||||
- project_name: EventsProcessor
|
- project_name: EventsProcessor
|
||||||
base_path: ./src
|
base_path: ./src
|
||||||
upload_artifact: true
|
|
||||||
- project_name: Icons
|
- project_name: Icons
|
||||||
base_path: ./src
|
base_path: ./src
|
||||||
upload_artifact: true
|
|
||||||
- project_name: Identity
|
- project_name: Identity
|
||||||
base_path: ./src
|
base_path: ./src
|
||||||
upload_artifact: true
|
|
||||||
- project_name: MsSql
|
- project_name: MsSql
|
||||||
base_path: ./util
|
base_path: ./util
|
||||||
- project_name: MsSqlMigratorUtility
|
- project_name: MsSqlMigratorUtility
|
||||||
base_path: ./util
|
base_path: ./util
|
||||||
upload_artifact: true
|
|
||||||
- project_name: Nginx
|
- project_name: Nginx
|
||||||
base_path: ./util
|
base_path: ./util
|
||||||
- project_name: Notifications
|
- project_name: Notifications
|
||||||
base_path: ./src
|
base_path: ./src
|
||||||
upload_artifact: true
|
|
||||||
- project_name: Scim
|
- project_name: Scim
|
||||||
base_path: ./bitwarden_license/src
|
base_path: ./bitwarden_license/src
|
||||||
upload_artifact: true
|
|
||||||
- project_name: Setup
|
- project_name: Setup
|
||||||
base_path: ./util
|
base_path: ./util
|
||||||
upload_artifact: true
|
|
||||||
- project_name: Sso
|
- project_name: Sso
|
||||||
base_path: ./bitwarden_license/src
|
base_path: ./bitwarden_license/src
|
||||||
upload_artifact: true
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repo
|
- name: Check out repo
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user