Skip to content

Commit

Permalink
CI: retain only licenses as build artifacts
Browse files Browse the repository at this point in the history
There is little point in retaining full set of build artifacts for the
test builds, which is what the empty "artifacts" config does. Keep just
the licences and throw away everything else.

Signed-off-by: Dmitry Baryshkov <[email protected]>
  • Loading branch information
lumag committed Sep 17, 2024
1 parent c2c65cd commit 6faedef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- INHERIT += 'buildstats buildstats-summary'
- INHERIT:remove = 'rm_work'
- CONNECTIVITY_CHECK_URIS = "https://www.google.com/"
artifacts: []
artifacts: ["licenses"]
rpb: &rpb
distro: rpb
Expand Down

0 comments on commit 6faedef

Please sign in to comment.