Skip to content

Commit

Permalink
OCM-4593 | fix: remove paths from SHA256SUM releases
Browse files Browse the repository at this point in the history
SHA256SUM file need a column with each filename of the release

the full path breaks the Hashicorp release sync

Signed-off-by: Enrique Belarte Luque <ebelarte@redhat.com>
  • Loading branch information
enriquebelarte authored and openshift-merge-bot[bot] committed Jan 31, 2024
1 parent 8bf45f1 commit e64e68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build_multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ do
cp terraform-registry-manifest.json releases/terraform-provider-rhcs_${REL_VER}_manifest.json
done
done
sha256sum releases/*zip releases/terraform-provider-rhcs_${REL_VER}_manifest.json > releases/terraform-provider-rhcs_${REL_VER}_SHA256SUMS
cd releases && sha256sum *zip terraform-provider-rhcs_${REL_VER}_manifest.json > terraform-provider-rhcs_${REL_VER}_SHA256SUMS
}

prepare_release

0 comments on commit e64e68f

Please sign in to comment.