From 801f729d3359ba23dccb493929efa883de7d1236 Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Wed, 4 Oct 2023 10:37:04 +0200 Subject: [PATCH] debug --- .github/workflows/integration.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 061dc1ca..685c2c87 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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 @@ -49,7 +50,7 @@ jobs: runs-on: ubuntu-latest container: python:3.9.17-slim - + steps: - uses: actions/checkout@v4 @@ -60,6 +61,8 @@ jobs: run: | cd Pilot mkdir -p etc/grid-security + echo $HOSTCERT_BASE64 | base64 --decode + echo $HOSTKEY_BASE64 | base64 --decode echo $HOSTCERT_BASE64 | base64 --decode > etc/grid-security/hostcert.pem echo $HOSTKEY_BASE64 | base64 --decode > etc/grid-security/hostkey.pem chmod 440 etc/grid-security/hostcert.pem @@ -99,6 +102,8 @@ jobs: sudo apt-get update sudo apt-get install cvmfs sudo cvmfs_config setup + ls /cvmfs/ + ls /cvmfs/lhcb.cern.ch/ ls /cvmfs/lhcb.cern.ch/lhcbdirac - name: Retrieve the secret and decode it to a file env: