Skip to content

Commit 12f1cb6

Browse files
committed
debug vars
Signed-off-by: Srikanth Ramakrishna <srikanth.ramakrishna@intel.com>
1 parent 44bcf32 commit 12f1cb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/apptainer-ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
# Convert the array to a JSON array
5858
DOCKER_COMPOSE_PATHS_JSON=$(printf '%s\n' "${DOCKER_COMPOSE_PATHS[@]}" | jq -R '.' | jq -sc 'unique_by(.)')
5959
echo "FOLDERS=$DOCKER_COMPOSE_PATHS_JSON" >> $GITHUB_OUTPUT
60+
echo $DOCKER_COMPOSE_PATHS
61+
echo $FOLDERS
6062
setup-build:
6163
needs: [group-diff]
6264
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}

0 commit comments

Comments
 (0)