You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/12/05 20:57:07 UTC

[whimsy] branch master updated: Configure LDAP for setup

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new b31925a3 Configure LDAP for setup
b31925a3 is described below

commit b31925a30c1d4a6451a3370ea45dabdd85b3c75b
Author: Sebb <se...@apache.org>
AuthorDate: Mon Dec 5 20:57:02 2022 +0000

    Configure LDAP for setup
---
 .github/workflows/unittestnavigation.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/unittestnavigation.yml b/.github/workflows/unittestnavigation.yml
index 5ae47ea1..0530460b 100644
--- a/.github/workflows/unittestnavigation.yml
+++ b/.github/workflows/unittestnavigation.yml
@@ -40,6 +40,7 @@ jobs:
     - name: Set up LDAP
       run: |
         # need to run the ruby that has all the gems installed
+        echo ":ldap: ldaps://ldap-us.apache.org:636" >> .whimsy
         sudo $(which ruby) -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
     - name: test agenda navigation code
       run: |