Skip to content

Commit

Permalink
build-repository.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Aug 18, 2024
1 parent 3b7eadd commit 0839ca8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build-repository.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ import_public_key () {
gpg --no-default-keyring --keyring trustedkeys.gpg --import envoy-maintainers-public.key
}


rm -rf /opt/build/cache/repository/v1.28.3
import_public_key
bazel run --config=debs-ci //debs:publish

exit 0
Expand Down Expand Up @@ -83,10 +86,6 @@ publish_repository () {
echo "NOTHING" > repository/index.html
}

rm -rf /opt/build/cache/repository/v1.28.3
import_public_key
bazel run --config=debs-ci //debs:publish

exit 0


Expand Down

0 comments on commit 0839ca8

Please sign in to comment.