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 fc5b686d How does /srv get there
fc5b686d is described below
commit fc5b686d9650293cb07ffc9a1296d826c3d0d78c
Author: Sebb <[email protected]>
AuthorDate: Fri Jan 6 21:25:18 2023 +0000
How does /srv get there
---
.github/workflows/unittestagenda.yml | 55 ++++++++++++++++++++----------------
1 file changed, 31 insertions(+), 24 deletions(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index 68733615..aa8d0063 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -33,30 +33,37 @@ jobs:
sudo apt-get install libsasl2-dev
sudo apt-get install libyaml-dev # seems to be needed for installing
ruby since psych 5.0.0 release
if: matrix.os != 'macos-latest'
+ - name: dummp setup
+ run: |
+ pwd
+ ls -ld /srv
+ id
+ sudo echo "\n\n" >/srv/ldap.txt
+ ls -l srv
# - uses: actions/setup-node@v2
# with:
# node-version: '14.19.1'
- - uses: actions/checkout@v2
- with:
- persist-credentials: false
- - uses: ruby/setup-ruby@v1
- with:
- ruby-version: ${{ matrix.ruby }}
- bundler-cache: true
- - name: setup agenda 1
- run: |
- cd www/board/agenda
- bundle install
- - name: setup agenda 2
- # need to run the ruby that has all the gems installed
- run: |
- ls -l /srv
- id
- mkdir -p /srv
- echo "\n\n" >/srv/ldap.txt
- 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
- run: |
- cd www/board/agenda
- SKIP_NAVIGATION=1 bundle exec rake
+ # - uses: actions/checkout@v2
+ # with:
+ # persist-credentials: false
+ # - uses: ruby/setup-ruby@v1
+ # with:
+ # ruby-version: ${{ matrix.ruby }}
+ # bundler-cache: true
+ # - name: setup agenda 1
+ # run: |
+ # cd www/board/agenda
+ # bundle install
+ # - name: setup agenda 2
+ # # need to run the ruby that has all the gems installed
+ # run: |
+ # ls -l /srv
+ # id
+ # mkdir -p /srv
+ # echo "\n\n" >/srv/ldap.txt
+ # 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
+ # run: |
+ # cd www/board/agenda
+ # SKIP_NAVIGATION=1 bundle exec rake