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 93f28a2f Allow for missing file
93f28a2f is described below
commit 93f28a2f18de14e88005a9a0920a07c733f33edf
Author: Sebb <[email protected]>
AuthorDate: Fri Jan 6 21:03:38 2023 +0000
Allow for missing file
---
.github/workflows/unittestagenda.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index e68153c7..4cbb5a61 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -49,6 +49,8 @@ jobs:
# need to run the ruby that has all the gems installed
run: |
echo ":ldap: ldaps://ldap-us.apache.org:636" >> .whimsy
+ touch /srv/ldap.txt
+ ls -l /srv/
sudo $(which ruby) -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
- name: test agenda code
run: |