mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
Update workflows for SCIM support (#2131)
This commit is contained in:
parent
4e3d8172ff
commit
39d77cf09c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -235,7 +235,7 @@ jobs:
|
|||||||
dotnet: true
|
dotnet: true
|
||||||
- service_name: Scim
|
- service_name: Scim
|
||||||
base_path: ./bitwarden_license/src
|
base_path: ./bitwarden_license/src
|
||||||
docker_repos: [bitwardenqa.azurecr.io]
|
docker_repos: [bitwarden, bitwardenqa.azurecr.io]
|
||||||
dotnet: true
|
dotnet: true
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
|
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -165,6 +165,7 @@ jobs:
|
|||||||
- service_name: Server
|
- service_name: Server
|
||||||
- service_name: Setup
|
- service_name: Setup
|
||||||
- service_name: Sso
|
- service_name: Sso
|
||||||
|
- service_name: Scim
|
||||||
steps:
|
steps:
|
||||||
- name: Print environment
|
- name: Print environment
|
||||||
env:
|
env:
|
||||||
@ -278,7 +279,7 @@ jobs:
|
|||||||
artifacts: "docker-stub.zip,
|
artifacts: "docker-stub.zip,
|
||||||
docker-stub-sha256.txt,
|
docker-stub-sha256.txt,
|
||||||
swagger.json"
|
swagger.json"
|
||||||
|
|
||||||
- name: Download latest Release docker-stub
|
- name: Download latest Release docker-stub
|
||||||
if: ${{ github.event.inputs.release_type == 'Dry Run' }}
|
if: ${{ github.event.inputs.release_type == 'Dry Run' }}
|
||||||
uses: bitwarden/gh-actions/download-artifacts@c1fa8e09871a860862d6bbe36184b06d2c7e35a8
|
uses: bitwarden/gh-actions/download-artifacts@c1fa8e09871a860862d6bbe36184b06d2c7e35a8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user