-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
snap build job doesn't properly fail on incorrect shas of downloaded snaps #517
Comments
Probably somewhere in this block of code we are not failing on non-0 exit codes: ci-management/shell/edgexfoundry-snapcraft.sh Lines 134 to 148 in 7bf3d26
probably just a |
anonymouse64
added a commit
to anonymouse64/ci-management
that referenced
this issue
Jul 13, 2020
The previous behavior would not actually fail the build setup if for example the SHA's didn't match, but now if the SHA's don't match, sha512sum will exit non-zero and using && results in the whole command failing. We also should delete the sha512 file as well, it is not needed during the build. Fixes: edgexfoundry#517 Signed-off-by: Ian Johnson <[email protected]>
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See for example the log from this job:
the job still goes on to try to run and fails for other unknown reasons.
The text was updated successfully, but these errors were encountered: