forked from fluent/fluent-bit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflows: unstable regular build fixes (fluent#5106)
* workflows: fix missing input Signed-off-by: Patrick Stephens <[email protected]> * workflows: fix incorrect usage Signed-off-by: Patrick Stephens <[email protected]> * workflows: add schema generation to staging Signed-off-by: Patrick Stephens <[email protected]> * workflows: linting fix Signed-off-by: Patrick Stephens <[email protected]> * packaging: add base check Signed-off-by: Patrick Stephens <[email protected]> * packaging: add base check Signed-off-by: Patrick Stephens <[email protected]> * workflows: sign repo-metadata Signed-off-by: Patrick Stephens <[email protected]> * workflows: sign repo-metadata Signed-off-by: Patrick Stephens <[email protected]> * workflows: sign repo-metadata Signed-off-by: Patrick Stephens <[email protected]> Signed-off-by: Manal Geries <[email protected]>
- Loading branch information
1 parent
b24e996
commit 9486522
Showing
5 changed files
with
56 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,3 +112,6 @@ if ! aptly -config="$APTLY_CONFIG" publish switch focal filesystem:ubuntu/focal: | |
aptly -config="$APTLY_CONFIG" snapshot drop "fluent-bit-ubuntu-focal-${VERSION}" | ||
exit 1 | ||
fi | ||
|
||
# Sign YUM repo meta-data | ||
find "/var/www/apt.fluentbit.io" -name repomd.xml -exec gpg --detach-sign --armor --yes -u "[email protected]" {} \; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters