bugfix:fix webhook Beijing office download address

This commit is contained in:
fumingwei
2024-02-06 10:33:16 +08:00
parent ee5cf7c40b
commit 1914746e06
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ stages:
- ls -lh images
- chmod +x ./tools/upload.sh
- ./tools/upload.sh
- find ./images/ -type f | awk -F '/' '{print $NF}' > /tmp/has-built-files.txt
- find ./images/ -type f | grep x86_64_COTS | grep -v APP-BUNDLE | awk -F '/' '{print $NF}' > /tmp/has-built-files.txt
- rm -rf images/*
- mv /tmp/has-built-files.txt ./images
tags:

View File

@@ -39,7 +39,7 @@ build_notify_content()
bj_download_urls=$(build_download_urls https repo.geedge.net $aliyun_url_subpath $has_built_files)
de_download_urls=$(build_download_urls https de.repo.gdnt-cloud.com $aliyun_url_subpath $has_built_files)
sg_download_urls=$(build_download_urls https sg.repo.gdnt-cloud.com $aliyun_url_subpath $has_built_files)
bj_office_download_urls=$(build_download_urls http 192.168.44.24 $bj_office_url_subpath $has_built_files)
bj_office_download_urls=$(build_download_urls ftp 192.168.44.24 $bj_office_url_subpath $has_built_files)
title_content="$tsg_os_version has been built. You can download it from the nearest mirror site.\n"
bj_content="Beijing:\n$bj_download_urls"