From 4b8b77a56d9e72ed47ee78cc70305d4d7c10804e Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Wed, 8 Mar 2023 11:24:55 +0200 Subject: [PATCH] Upload artifacts before generating the checksums --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df7b6a1d22..00878ef27a 100644 --- a/Makefile +++ b/Makefile @@ -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