Skip to content

Commit 552b4e2

Browse files
committed
debug
1 parent c54ab5e commit 552b4e2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,10 @@ jobs:
245245
chmod 440 ${GITHUB_WORKSPACE}/Client/etc/grid-security/hostcert.pem
246246
chmod 400 ${GITHUB_WORKSPACE}/Client/etc/grid-security/hostkey.pem
247247
cd ${GITHUB_WORKSPACE}/Pilot
248+
ls -ltr ${GITHUB_WORKSPACE}
249+
ls -ltr ${GITHUB_WORKSPACE}/Pilot
250+
ls -ltr ${GITHUB_WORKSPACE}/Client/etc/grid-security
251+
248252
if [ "${{ matrix.dirac_version }}" == "prod" ]; then
249253
version=$(curl -s "https://api.github.com/repos/DIRACGrid/DIRAC/releases" | jq -r '.[].tag_name' | sort -V | grep -v 'a' | tail -n 1)
250254
else

0 commit comments

Comments
 (0)