Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Jan 7, 2025
1 parent 71b4271 commit 86d2043
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/zxc-verify-docker-build-determinism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ jobs:
echo "sha-abbrev=$(git rev-parse HEAD | tr -d '[:space:]' | cut -c1-8)" >> "${GITHUB_OUTPUT}"
echo "source-date=$(git log -1 --pretty=%ct)" >> "${GITHUB_OUTPUT}"
- name: Docker Debug
id: docker_debug
run: |
echo "sha-abbrev: ${{ needs.generate-baseline.outputs.sha-abbrev }}"
- name: Baseline Existence Check
id: baseline
run: |
Expand Down Expand Up @@ -155,7 +160,7 @@ jobs:
VERSION=$(grep 'version=' gradle.properties | cut -d '=' -f2)
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- name: Docker Debug
- name: Docker Debug 2
id: docker_debug
run: |
echo "sha-abbrev: ${{ needs.generate-baseline.outputs.sha-abbrev }}"
Expand Down

0 comments on commit 86d2043

Please sign in to comment.