Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use latest core commit id from related PR
Browse files Browse the repository at this point in the history
Signed-off-by: Parajuli Kiran <[email protected]>
kiranparajuli589 committed Apr 11, 2022

Verified

This commit was signed with the committer’s verified signature.
madsbk Mads R. B. Kristensen
1 parent 4c21e91 commit de3ec83
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The test runner source for API tests
CORE_COMMITID=721a8335208cd2ef7433a950ed83f108c8abb164
CORE_COMMITID=45264044b03a9e8751d760ef9264b6b12fb196a7
CORE_BRANCH=use-graph-helper-from-ocis

# The test runner source for UI tests
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
@@ -1639,7 +1639,7 @@ def ocisServerWithIdp():
"IDP_LDAP_UUID_ATTRIBUTE_TYPE": "binary",
"PROXY_ACCOUNT_BACKEND_TYPE": "cs3",
"OCS_ACCOUNT_BACKEND_TYPE": "cs3",
"STORAGE_LDAP_HOSTNAME": "ocis-server",
"STORAGE_LDAP_HOSTNAME": "0.0.0.0",
"STORAGE_LDAP_PORT": 9235,
"STORAGE_LDAP_INSECURE": "true",
"STORAGE_LDAP_BASE_DN": "o=libregraph-idm",

0 comments on commit de3ec83

Please sign in to comment.