We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44bcf32 commit 12f1cb6Copy full SHA for 12f1cb6
.github/workflows/apptainer-ci.yaml
@@ -57,6 +57,8 @@ jobs:
57
# Convert the array to a JSON array
58
DOCKER_COMPOSE_PATHS_JSON=$(printf '%s\n' "${DOCKER_COMPOSE_PATHS[@]}" | jq -R '.' | jq -sc 'unique_by(.)')
59
echo "FOLDERS=$DOCKER_COMPOSE_PATHS_JSON" >> $GITHUB_OUTPUT
60
+ echo $DOCKER_COMPOSE_PATHS
61
+ echo $FOLDERS
62
setup-build:
63
needs: [group-diff]
64
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
0 commit comments