Skip to content

Commit 45d1014

Browse files
committed
workflows: debos: Clarify fileserver's directories
Signed-off-by: Loïc Minier <[email protected]>
1 parent 8d7ab3e commit 45d1014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/debos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
fetch-depth: 0
5454

55-
- name: Copy Linux deb and U-Boot for RB1 from fileserver's downloads
55+
- name: Copy Linux deb and U-Boot for RB1 from fileserver space for downloads
5656
run: |
5757
set -ux
5858
mkdir -v debos-recipes/local-debs
@@ -97,7 +97,7 @@ jobs:
9797
debos -t u_boot_rb1:rb1-boot.img \
9898
debos-recipes/qualcomm-linux-debian-flash.yaml
9999
100-
- name: Upload artifacts to fileserver
100+
- name: Upload artifacts to fileserver space for builds
101101
run: |
102102
set -ux
103103
# curl will be used to talk to fileserver; should be installed by

0 commit comments

Comments
 (0)