Skip to content

Commit

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

Revert "Publish the config-model-fat RPMs separately to allow download of thi…" MERGEOK
  • Loading branch information
hmusum authored Dec 13, 2024
2 parents 9ce3ff5 + 1b48c13 commit 9228c9e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .buildkite/publish-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ 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 *.rpm; do
for FILE in *.tar; 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;*.rpm;*.rpm.sig;*.rpm.pem" "$BUILDKITE_ARTIFACT_DESTINATION/$VESPA_VERSION/artifacts/$ARCH"
buildkite-agent artifact upload "*.tar;*.tar.sig;*.tar.pem" "$BUILDKITE_ARTIFACT_DESTINATION/$VESPA_VERSION/artifacts/$ARCH"

0 comments on commit 9228c9e

Please sign in to comment.