feature:add download url content in webhook content.

This commit is contained in:
fumingwei
2024-02-05 18:41:44 +08:00
parent e02343a18d
commit 5f335fe833
2 changed files with 72 additions and 13 deletions

View File

@@ -80,9 +80,9 @@ stages:
- ls -lh images
- chmod +x ./tools/upload.sh
- ./tools/upload.sh
- TSG_OS_VERSION=$(basename images/*-ONIE.bin | awk -F '-x86_64' '{print $1}')
- find ./images/ -type f | awk -F '/' '{print $NF}' > /tmp/has-built-files.txt
- rm -rf images/*
- echo $TSG_OS_VERSION > images/tsg-os-version.txt
- mv /tmp/has-built-files.txt ./images
tags:
- tsg-os-builder-el8