增加提交人,和提交信息测试
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
fdb9b825f8
commit
88036f9355
|
|
@ -21,7 +21,14 @@ steps:
|
|||
- bash /opt/1panel/xc-deploy-new/Test_HIR/devops-publish/test-branch-to-test.sh
|
||||
- name: notify-wecom
|
||||
commands:
|
||||
- bash /opt/1panel/xc-deploy-new/devops-center/notify-wecom.sh "$DRONE_BUILD_STATUS" "$DRONE_REPO_NAME" "$DRONE_BRANCH" "$DRONE_BUILD_NUMBER" "cdd97aab-d256-4f07-9145-a0a2b1555322"
|
||||
- bash /opt/1panel/xc-deploy-new/devops-center/notify-wecom.sh \
|
||||
"$DRONE_BUILD_STATUS" \
|
||||
"$DRONE_REPO_NAME" \
|
||||
"$DRONE_BRANCH" \
|
||||
"$DRONE_BUILD_NUMBER" \
|
||||
"cdd97aab-d256-4f07-9145-a0a2b1555322" \
|
||||
"$DRONE_COMMIT_MESSAGE" \
|
||||
"$DRONE_COMMIT_AUTHOR"
|
||||
when:
|
||||
status:
|
||||
- success
|
||||
|
|
|
|||
Loading…
Reference in New Issue