Skip to content

Commit

Permalink
Upload artifacts before generating the checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman authored Mar 8, 2023
1 parent a060a89 commit 4b8b77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,6 @@ gcs-upload: gsutil copy-bins-for-upload
# CloudBuild artifacts
# We hash some artifacts, so that we have can know that they were not modified after being built.
.PHONY: cloudbuild-artifacts
cloudbuild-artifacts:
cloudbuild-artifacts: gcs-upload
cd ${UPLOAD}/provider-aws/${BINARY_GIT_VERSION}/; find . -type f | sort | xargs sha256sum > ${OUTPUT}/files.sha256
cd ${OUTPUT}/; find . -name *.sha256 | sort | xargs sha256sum > ${OUTPUT}/cloudbuild_output

0 comments on commit 4b8b77a

Please sign in to comment.