mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
use user_saml from git
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
a185edd5d1
commit
fc7adff48d
1 changed files with 5 additions and 0 deletions
5
.github/workflows/smb-kerberos.yml
vendored
5
.github/workflows/smb-kerberos.yml
vendored
|
|
@ -25,6 +25,11 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
- name: Checkout user_saml
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: nextcloud/user_saml
|
||||
path: apps/user_saml
|
||||
- name: Pull images
|
||||
run: |
|
||||
docker pull ghcr.io/icewind1991/samba-krb-test-dc
|
||||
|
|
|
|||
Loading…
Reference in a new issue