Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Oct 4, 2023
1 parent c4f484e commit e8bbffa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
echo $HOSTKEY_BASE64 | base64 --decode > etc/grid-security/hostkey.pem
chmod 440 etc/grid-security/hostcert.pem
chmod 400 etc/grid-security/hostkey.pem
ls -l etc/grid-security
- name: tests
run: |
cd Pilot
Expand All @@ -49,7 +50,7 @@ jobs:
runs-on: ubuntu-latest

container: python:3.9.17-slim


steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -99,6 +100,7 @@ jobs:
sudo apt-get update
sudo apt-get install cvmfs
sudo cvmfs_config setup
ls /cvmfs/
ls /cvmfs/lhcb.cern.ch/lhcbdirac
- name: Retrieve the secret and decode it to a file
env:
Expand Down

0 comments on commit e8bbffa

Please sign in to comment.