Skip to content

Commit 13df120

Browse files
committed
workflows: Fix typo in fileserver copy
Rename /builds to fileserver-builds for clarity and in case we need to expose others directories. Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>
1 parent 31fd6c8 commit 13df120

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/debos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
container:
3838
image: debian:trixie
3939
volumes:
40-
- /srv/gh-runners/quic-yocto/builds:/builds
40+
- /srv/gh-runners/quic-yocto/builds:/fileserver-builds
4141
options: --privileged
4242
steps:
4343
- uses: actions/checkout@v4
@@ -80,7 +80,7 @@ jobs:
8080
# create an unique id with repository, run id, and run attempt
8181
id="${GITHUB_REPOSITORY}-${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}"
8282
# create a directory for the current run
83-
dir="/build/${id}"
83+
dir="/fileserver-builds/${id}"
8484
mkdir -vp "${dir}"
8585
# copy output files
8686
cp -v disk-ufs.img.gz "${dir}"

0 commit comments

Comments
 (0)