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 6adb3a5 commit 494ac23
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 @@ -67,7 +67,7 @@ jobs:
target: ${{inputs.images}}
bblayers_conf:
- BBLAYERS += '../$(echo ${{github.repository}} | cut -d'/' -f2)'
artifacts: []
artifacts: ["licenses"]
EOF
for tclibc in ${TCLIBC}; do
Expand Down

0 comments on commit 494ac23

Please sign in to comment.