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 58db5c7d mkdir
58db5c7d is described below

commit 58db5c7d18814a0caabc822a7bc3038a0e9cc939
Author: Sebb <[email protected]>
AuthorDate: Fri Jan 6 21:39:11 2023 +0000

    mkdir
---
 .github/workflows/unittestagenda.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/unittestagenda.yml 
b/.github/workflows/unittestagenda.yml
index 34c66302..44642113 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -48,7 +48,9 @@ jobs:
     - name: setup agenda 2
       # need to run the ruby that has all the gems installed
       run: |
+        sudo mkdir /srv
         sudo bash -c 'echo "\n\n" >/srv/ldap.txt'
+        ls -l /srv
         echo ":ldap: ldaps://ldap-us.apache.org:636" >> .whimsy
         sudo $(which ruby) -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
     - name: test agenda code

Reply via email to