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 8d7ab3e commit 45d1014Copy full SHA for 45d1014
.github/workflows/debos.yml
@@ -52,7 +52,7 @@ jobs:
52
with:
53
fetch-depth: 0
54
55
- - name: Copy Linux deb and U-Boot for RB1 from fileserver's downloads
+ - name: Copy Linux deb and U-Boot for RB1 from fileserver space for downloads
56
run: |
57
set -ux
58
mkdir -v debos-recipes/local-debs
@@ -97,7 +97,7 @@ jobs:
97
debos -t u_boot_rb1:rb1-boot.img \
98
debos-recipes/qualcomm-linux-debian-flash.yaml
99
100
- - name: Upload artifacts to fileserver
+ - name: Upload artifacts to fileserver space for builds
101
102
103
# curl will be used to talk to fileserver; should be installed by
0 commit comments