We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54ab5e commit 552b4e2Copy full SHA for 552b4e2
1 file changed
.github/workflows/integration.yml
@@ -245,6 +245,10 @@ jobs:
245
chmod 440 ${GITHUB_WORKSPACE}/Client/etc/grid-security/hostcert.pem
246
chmod 400 ${GITHUB_WORKSPACE}/Client/etc/grid-security/hostkey.pem
247
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
+
252
if [ "${{ matrix.dirac_version }}" == "prod" ]; then
253
version=$(curl -s "https://api.github.com/repos/DIRACGrid/DIRAC/releases" | jq -r '.[].tag_name' | sort -V | grep -v 'a' | tail -n 1)
254
else
0 commit comments