Skip to content

Commit 2d28bc0

Browse files
jss-tgipcjs
andauthored
ci: teamcity配置文件的格式 (#2534)
* wip: xxx * chore: 移除以前备份的 teamcity build 脚本 * ci: 路径更新为docker-track-v2 * wip: 测试报错问题 * wip: 更新docker-compose文件的目录 * Revert "wip: 测试报错问题" This reverts commit 977bbe5327dc3b7a599733ed3b81598402259e15. * wip: 移除--no-frozen-lockfile * wip: 再次测试编译脚本 * Revert "wip: 再次测试编译脚本" This reverts commit c819720b5744720d49b5abc33b0b961f008fd09a. * wip: 更新服务器域名 * wip: 更新ci服务器域名 --------- Co-authored-by: ipcjs <gipcjs@gmail.com>
1 parent d9759e0 commit 2d28bc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/teamcity-download-artifact.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

33
# 默认使用名为artifacts的token, 权限较小
4-
# @see https://xn.transcodegroup.cn:8590/profile.html?item=accessTokens
4+
# @see http://th-ci.transcodegroup.cn:9080/profile.html?item=accessTokens
55
TOKEN="${TEAMCITY_TOKEN:-eyJ0eXAiOiAiVENWMiJ9.TS1Fb3BjZlR5US02UHdkam90dUNYaUgwaWl3.OWY2MDBiYjktZTQxMC00NTM5LTg4MGYtODkwY2Q5NTUwYTk0}"
6-
HOST="https://xn.transcodegroup.cn:8590"
6+
HOST="http://th-ci.transcodegroup.cn:9080"
77

88
print_help() {
99
bin_name=$(basename "$0")

0 commit comments

Comments
 (0)