Skip to content

Commit

Permalink
Revert "Publish the config-model-fat RPMs separately to allow downloa…
Browse files Browse the repository at this point in the history
…d of thi…"
  • Loading branch information
aressem authored Dec 12, 2024
1 parent 9ce3ff5 commit 1b48c13
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 1b48c13

Please sign in to comment.