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 f360e90 Now cannot find ldap under sudo
f360e90 is described below
commit f360e90542101d245de7ca772756a7d82d218cf9
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 22:14:15 2022 +0000
Now cannot find ldap under sudo
travis: [skip ci]
---
.github/workflows/unittestagenda.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index 1bf3374..a19f5ac 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -40,7 +40,9 @@ jobs:
bundle install
- name: setup agenda 2
run: |
- sudo -E ruby -I $PWD/lib -I$(dirname $(gem which wunderbar)) -r
whimsy/asf -e "ASF::LDAP.configure"
+ gem which wunderbar
+ gem which ldap
+ sudo -E ruby -I $PWD/lib -I$(dirname $(gem which wunderbar))
-I$(dirname $(gem which ldap)) -r whimsy/asf -e "ASF::LDAP.configure"
- name: test agenda code
run: |
cd www/board/agenda