mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 03:26:31 +01:00
Exclude externals/distfiles from intermediate tarballs
It will be restored from cache anyway.
This commit is contained in:
parent
9179f4bd01
commit
bb6e9871e1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/bwrap.yml
vendored
4
.github/workflows/bwrap.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
name: packages
|
name: packages
|
||||||
path: tmp/external/repo/**
|
path: tmp/external/repo/**
|
||||||
- name: Tar pass1 image
|
- name: Tar pass1 image
|
||||||
run: tar -cf pass1_image.tar tmp
|
run: tar -cf pass1_image.tar --exclude "tmp/external/distfiles" tmp
|
||||||
- name: Archive pass1_image
|
- name: Archive pass1_image
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
@ -104,7 +104,7 @@ jobs:
|
||||||
name: internal_packages_pass2
|
name: internal_packages_pass2
|
||||||
path: tmp/external/repo/**
|
path: tmp/external/repo/**
|
||||||
- name: Tar pass2 image
|
- name: Tar pass2 image
|
||||||
run: tar -cf pass2_image.tar tmp
|
run: tar -cf pass2_image.tar --exclude "tmp/external/distfiles" tmp
|
||||||
- name: Archive pass2_image
|
- name: Archive pass2_image
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue