We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ecabd commit abd5c0aCopy full SHA for abd5c0a
.github/workflows/build-job.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: create FS
17
run: bash -x core/default/fs.sh
18
- name: pull up logs
19
- run: cat /debootstrap/debootstrap.log
+ run: bash -x core/default/logs.sh
20
- name: upload artifact
21
uses: actions/upload-artifact@v2
22
with:
core/default/logs.sh
@@ -0,0 +1,3 @@
1
+source plugins/functions
2
+
3
+do_chroot_ae "out/arm64" cat /debootstrap/debootstrap.log
0 commit comments