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 fc4f74d5 No need to create top-level directory
fc4f74d5 is described below
commit fc4f74d50195537e211c6440017319cd7962e63c
Author: Sebb <[email protected]>
AuthorDate: Mon May 27 23:18:52 2024 +0100
No need to create top-level directory
---
.github/workflows/unittestagenda.yml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index ce3bd7a8..22fb2917 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -55,10 +55,9 @@ jobs:
- name: setup agenda 2
# need to run the ruby that has all the gems installed
run: |
- sudo mkdir -p /srv
- sudo bash -c 'printf "\n\n\n" >/srv/ldap.txt'
- ls -l /srv
+ bash -c 'printf "\n\n\n" >.ldap.txt'
echo ":ldap: ldaps://ldap-us.apache.org:636" >> .whimsy
+ echo ":ldap_creds: $PWD/.ldap.txt" >> .whimsy
sudo $(which ruby) -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
- name: show environ
run: |