Skip to content

Commit

Permalink
make it more obvious that the check worked
Browse files Browse the repository at this point in the history
  • Loading branch information
smoser committed Feb 24, 2025
1 parent 33cb0e1 commit dcdadcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ jobs:
set -- stage2/x86_64/*.apk
if sha256sum "$@" | sed -e 's:stage2/:stage3/:g' | sha256sum -c; then
echo "PASS: stage2 == stage3 for $*"
sha256sum stage2/x86_64/*.apk
sha256sum stage3/x86_64/*.apk
exit 0
fi
set +x
Expand Down

0 comments on commit dcdadcc

Please sign in to comment.