|
|
@ -88,13 +88,13 @@ steps: |
|
|
|
{{if eq .Status "success" }} |
|
|
|
#### 🎉 ${DRONE_REPO} 测试环境构建成功 |
|
|
|
> Branch: ${DRONE_BRANCH} |
|
|
|
> Commit: [${DRONE_COMMIT_MESSAGE}](${DRONE_COMMIT_LINK}) |
|
|
|
> Commit: [${DRONE_COMMIT_MESSAGE} ](${DRONE_COMMIT_LINK}) |
|
|
|
> Author: ${DRONE_COMMIT_AUTHOR} |
|
|
|
> 查看地址: http://test.tall.wiki/checkwork/ |
|
|
|
{{else}} |
|
|
|
#### ❌ ${DRONE_REPO} 测试环境构建失败 |
|
|
|
> Branch: ${DRONE_BRANCH} |
|
|
|
> Commit: [${DRONE_COMMIT_MESSAGE}](${DRONE_COMMIT_LINK}) |
|
|
|
> Commit: [${DRONE_COMMIT_MESSAGE} ](${DRONE_COMMIT_LINK}) |
|
|
|
> Author: ${DRONE_COMMIT_AUTHOR} |
|
|
|
> 请立即修复!!! |
|
|
|
> [点击查看](http://www.tall.wiki/checkwork/) |
|
|
|