Skip to content

Commit

Permalink
Debug expansion of variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hageboeck committed Oct 10, 2024
1 parent fba5543 commit 735dc1a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/root-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,10 @@ jobs:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: echo "$GITHUB_CONTEXT"
JOB_CONTEXT: ${{ toJSON(job) }}
run:|
echo "$GITHUB_CONTEXT"
echo "$JOB_CONTEXT"

- name: Print debug info
run: 'printf "%s@%s\\n" "$(whoami)" "$(hostname)";
Expand Down Expand Up @@ -482,7 +485,7 @@ jobs:
run: ".github/workflows/root-ci-config/build_root.py
--buildtype RelWithDebInfo
--platform ${{ matrix.image }}
--dockeropts '${{ job.container.options }}'
--dockeropts ${{ job.container.options }}
--incremental $INCREMENTAL
--base_ref ${{ github.base_ref }}
--sha ${{ github.sha }}
Expand Down

0 comments on commit 735dc1a

Please sign in to comment.