Skip to content

Commit

Permalink
Commenting out debug code to test determinism
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <matt.peterson@swirldslabs.com>
  • Loading branch information
mattp-swirldslabs committed Jan 6, 2025
1 parent f3e0db6 commit 0a8a241
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zxc-verify-docker-build-determinism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ jobs:
working-directory: ${{ env.DOCKER_MANIFEST_PATH }}
run: |
EXTRACTED_FILE_NAME="${{ steps.commit.outputs.sha }}.tar"
echo "Before manifest operations ----------"
pwd
ls -la
# echo "Before manifest operations ----------"
# pwd
# ls -la
gunzip "${{ steps.manifest.outputs.name }}"
echo "After gunzip ----------"
ls -la
Expand Down

0 comments on commit 0a8a241

Please sign in to comment.