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 3616e8e8 Ensure LDAP host is defined
3616e8e8 is described below

commit 3616e8e821bd7ba38df246aa652c6215c5383c2d
Author: Sebb <[email protected]>
AuthorDate: Fri Aug 5 21:56:57 2022 +0100

    Ensure LDAP host is defined
---
 .github/workflows/unittestagenda.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/unittestagenda.yml 
b/.github/workflows/unittestagenda.yml
index e25dc059..065ce6a3 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -44,6 +44,7 @@ jobs:
     - name: setup agenda 2
       # need to run the ruby that has all the gems installed
       run: |
+        echo ":ldap: ldaps://ldap-us.apache.org" >> .whimsy
         sudo $(which ruby) -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
     - name: test agenda code
       run: |

Reply via email to