1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

Update workflows for SCIM support (#2131)

This commit is contained in:
Micaiah Martin 2022-07-20 16:47:19 +00:00 committed by GitHub
parent 4e3d8172ff
commit 39d77cf09c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -235,7 +235,7 @@ jobs:
dotnet: true
- service_name: Scim
base_path: ./bitwarden_license/src
docker_repos: [bitwardenqa.azurecr.io]
docker_repos: [bitwarden, bitwardenqa.azurecr.io]
dotnet: true
steps:
- name: Checkout repo

View File

@ -165,6 +165,7 @@ jobs:
- service_name: Server
- service_name: Setup
- service_name: Sso
- service_name: Scim
steps:
- name: Print environment
env:
@ -278,7 +279,7 @@ jobs:
artifacts: "docker-stub.zip,
docker-stub-sha256.txt,
swagger.json"
- name: Download latest Release docker-stub
if: ${{ github.event.inputs.release_type == 'Dry Run' }}
uses: bitwarden/gh-actions/download-artifacts@c1fa8e09871a860862d6bbe36184b06d2c7e35a8