Fix pipeline

This commit is contained in:
Linus Sehn 2022-07-18 12:03:21 +02:00
parent 1806110965
commit 8f81e510fa

View File

@ -17,7 +17,7 @@ steps:
LDAP_PW_FRED:
from_secret: ldap_pw_fred
commands:
- ldapwhoami -vvv -h 10.200.64.9 -p 389 -D uid=fred.bloggs,ou=fellowship,dc=fsfe,dc=org -x -w $LDAP_PW_FRED
- ldapwhoami -vvv -H 10.200.64.9 -p 389 -D uid=fred.bloggs,ou=fellowship,dc=fsfe,dc=org -x -w $LDAP_PW_FRED
---
kind: pipeline