Skip to content

Commit 6e8b5ee

Browse files
committed
refactor(ci): sed BUILD_FILE_NAME in lava-test
BUILD_FILE_NAME is used in other templates to construct the download URL, but isn't used in meta-qcom or qcom-deb-images at the moment. Keep it present for future use, but align the list of variables being sed-ed in the templates in both workflows. Signed-off-by: Loïc Minier <[email protected]>
1 parent 86e23de commit 6e8b5ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lava-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@ jobs:
6767
# left-side – e.g. qrb2210-rb1
6868
DEVICE_TYPE="${TARGET%/*}"
6969
BUILD_DOWNLOAD_URL="$BUILD_URL"
70+
BUILD_FILE_NAME="unused"
7071
sed \
7172
-e "s|{{BUILD_DOWNLOAD_URL}}|${BUILD_DOWNLOAD_URL}|g" \
73+
-e "s|{{BUILD_FILE_NAME}}|${BUILD_FILE_NAME}|g" \
7274
-e "s|{{DEVICE_TYPE}}|${DEVICE_TYPE}|g" \
7375
-e "s|{{GITHUB_RUN_ID}}|${GITHUB_RUN_ID}|g" \
7476
-e "s|{{GITHUB_SHA}}|${GITHUB_SHA}|g" \

0 commit comments

Comments
 (0)