File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- #! /bin/bash
1+ #! /bin/sh
22
33# 默认使用名为artifacts的token, 权限较小(被设置为: `<Root project>: View build runtime parameters and data`)
44# @see http://th-ci.transcodegroup.cn:9080/profile.html?item=accessTokens
Original file line number Diff line number Diff line change 11services :
22 web-downloader-track :
3- image : alpine
4- # command: /home/docker/web-downloader/web-downloader.sh
5- command : /home/docker/projects/teamcity-download-artifact.sh
3+ image : alpine/curl
4+ command : /home/docker/web-downloader/web-downloader.sh
65 environment :
7- - TEAMCITY_TAG=${TRACK_WEB_VERSION:?required}
6+ # tag starts with 'v', eg: v1.53.0
7+ - TEAMCITY_TAG=v${TRACK_WEB_VERSION:?required}
88 - TEAMCITY_BUILD_NAME=MaintainVbenAdmin_Release
99 - TEAMCITY_BUILD_ZIP_NAME=maintain.zip
1010 - NGINX_HTML_DIR_NAME=track
You can’t perform that action at this time.
0 commit comments