Skip to content

Commit

Permalink
Publish the config-model-fat RPMs separately to allow download of thi…
Browse files Browse the repository at this point in the history
…s single RPM for multiple versions when creating config model collections.
  • Loading branch information
aressem committed Dec 12, 2024
1 parent 3b8c00e commit 2fe6ad4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .buildkite/publish-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ cd "$WORKDIR/artifacts/$ARCH"

tar -cf rpm-repo.tar rpms &
tar -cf maven-repo.tar maven-repo
cp -a rpms/vespa-config-model-fat-*.rpm .
wait

for FILE in *.tar; do
for FILE in *.tar *.rpm; do
cosign sign-blob -y --oidc-provider=buildkite-agent --output-signature "$FILE.sig" --output-certificate "$FILE.pem" "$FILE"
done

buildkite-agent artifact upload "*.tar;*.tar.sig;*.tar.pem" "$BUILDKITE_ARTIFACT_DESTINATION/$VESPA_VERSION/artifacts/$ARCH"
buildkite-agent artifact upload "*.tar;*.tar.sig;*.tar.pem;*.rpm;*.rpm.sig;*.rpm.pem" "$BUILDKITE_ARTIFACT_DESTINATION/$VESPA_VERSION/artifacts/$ARCH"

0 comments on commit 2fe6ad4

Please sign in to comment.