测试:actions部署

This commit is contained in:
xugaoyi 2020-02-25 16:22:43 +08:00
parent 860afca939
commit f384ef11d0
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if [ -z "$CODING_TOKEN" ]; then # -z 字符串 长度为0则为true$CODING_T
codingUrl=git@e.coding.net:xgy/xgy.git
else
# codingUrl=https://xugaoyi:${CODING_TOKEN}@git.dev.tencent.com/xugaoyi/xugaoyi.git
condingUrl=https://HmuzsGrGQX:${CODING_TOKEN}@e.coding.net/xgy/xgy.git
codingUrl=https://HmuzsGrGQX:${CODING_TOKEN}@e.coding.net/xgy/xgy.git
fi
git add -A
git commit -m "${msg}"