Skip to content

Commit

Permalink
chore: move debug info to the get-changed-dockerfiles job in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
steveiliop56 committed May 12, 2024
1 parent 1b04bdf commit fcb2819
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
files: dockerfiles/Dockerfile.*
matrix: true

- name: Debug Matrix Json
run: echo ${{ fromJson(steps.changed-dockerfiles.outputs.all_changed_files) }}

- name: Debug Matrix
run: echo ${{ steps.changed-dockerfiles.outputs.all_changed_files }}

build-shells:
needs: [get-changed-dockerfiles]
runs-on: ubuntu-latest
Expand All @@ -67,12 +73,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Debug Matrix Json
run: echo ${{ fromJson(needs.get-changed-dockerfiles.outputs.matrix) }}

- name: Debug Matrix
run: echo ${{ needs.get-changed-dockerfiles.outputs.matrix }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit fcb2819

Please sign in to comment.