Skip to content

Commit

Permalink
Merge pull request #33036 from vespa-engine/revert-33035-revert-33030…
Browse files Browse the repository at this point in the history
…-aressem/publish-config-models-rpm-2

Reapply "Publish the config-model-fat RPMs separately to allow download of thi…"
  • Loading branch information
aressem authored Dec 13, 2024
2 parents 661cdd5 + 0cb73d4 commit cfa3f3c
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 cfa3f3c

Please sign in to comment.