Skip to content

Commit ba34392

Browse files
author
Ubuntu
committed
debug ci
1 parent a4ef3a1 commit ba34392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
echo "Write test to openldap database"
7777
LDAPTLS_REQCERT=never ldapadd -x -D 'cn=admin,dc=example,dc=org' -w Not@SecurePassw0rd -H ldaps://localhost:30636 -f .bin/user.ldif
7878
LDAPTLS_REQCERT=never ldapsearch -o nettimeout=20 -x -D 'cn=admin,dc=example,dc=org' -w Not@SecurePassw0rd -H ldaps://localhost:30636 -b 'dc=example,dc=org' > /tmp/test-write.txt
79-
if [ ! $(grep -q "Einstein" /tmp/test-write.txt ]; then exit 1 ; fi
79+
if [ ! $(grep -q "Einstein" /tmp/test-write.txt) ]; then exit 1 ; fi
8080
if ! grep -q "objectClass: ownCloud" /tmp/test-write.txt; then echo exit 1; fi
8181
- name: test memberOf
8282
shell: bash

0 commit comments

Comments
 (0)