Skip to content

Commit abd5c0a

Browse files
get logs
1 parent b3ecabd commit abd5c0a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: create FS
1717
run: bash -x core/default/fs.sh
1818
- name: pull up logs
19-
run: cat /debootstrap/debootstrap.log
19+
run: bash -x core/default/logs.sh
2020
- name: upload artifact
2121
uses: actions/upload-artifact@v2
2222
with:

core/default/logs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source plugins/functions
2+
3+
do_chroot_ae "out/arm64" cat /debootstrap/debootstrap.log

0 commit comments

Comments
 (0)