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 b2ba4e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
cd Pilot
mkdir -p etc/grid-security
echo $HOSTCERT_BASE64
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
Expand All @@ -49,7 +50,7 @@ jobs:
runs-on: ubuntu-latest

container: python:3.9.17-slim


steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b2ba4e8

Please sign in to comment.