ci: archive logs after run
This commit is contained in:
parent
bbdc9712c5
commit
262362659a
14
.github/workflows/debian-cache.yml
vendored
14
.github/workflows/debian-cache.yml
vendored
@ -55,13 +55,6 @@ jobs:
|
|||||||
- name: Install s3cmd
|
- name: Install s3cmd
|
||||||
run: sudo apt install s3cmd
|
run: sudo apt install s3cmd
|
||||||
|
|
||||||
- name: Archive logs
|
|
||||||
if: always()
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: debian-cache-logs
|
|
||||||
path: ~/.out-of-tree/logs
|
|
||||||
|
|
||||||
- name: Mirror deb packages
|
- name: Mirror deb packages
|
||||||
shell: python
|
shell: python
|
||||||
run: |
|
run: |
|
||||||
@ -109,3 +102,10 @@ jobs:
|
|||||||
ok = upload(f)
|
ok = upload(f)
|
||||||
if ok:
|
if ok:
|
||||||
uploaded += [f]
|
uploaded += [f]
|
||||||
|
|
||||||
|
- name: Archive logs
|
||||||
|
if: always()
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: debian-cache-logs
|
||||||
|
path: ~/.out-of-tree/logs
|
||||||
|
Loading…
Reference in New Issue
Block a user