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 d43f93c8 Set up dummy file
d43f93c8 is described below
commit d43f93c850d870517e3ea74d98d2071bd03431eb
Author: Sebb <[email protected]>
AuthorDate: Fri Jan 6 21:13:40 2023 +0000
Set up dummy file
---
.github/workflows/unittestagenda.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index 4cbb5a61..b2cedafa 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -48,9 +48,9 @@ jobs:
- name: setup agenda 2
# need to run the ruby that has all the gems installed
run: |
+ mkdir /srv
+ echo "\n\n" >/srv/ldap.txt
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: |