mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-04 17:11:34 +08:00
Fix broken step dependency
This commit is contained in:
parent
b9c5840afe
commit
0fe627d6d4
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ steps:
|
|||
icon: https://github.com/woodpecker-ci/woodpecker/blob/main/docs/static/img/logo.svg
|
||||
tags: robot,${CI_REPO_NAME}
|
||||
message: ${CI_COMMIT_MESSAGE}
|
||||
depends_on: build
|
||||
depends_on: deploy
|
||||
- name: discord
|
||||
image: appleboy/drone-discord
|
||||
settings:
|
||||
|
@ -30,7 +30,7 @@ steps:
|
|||
webhook_token:
|
||||
from_secret: DISCORD_WEBHOOK_TOKEN
|
||||
message: "${CI_REPO_NAME} deploy ${CI_PREV_PIPELINE_STATUS}"
|
||||
depends_on: build
|
||||
depends_on: deploy
|
||||
|
||||
when:
|
||||
- branch: master
|
||||
|
|
Loading…
Add table
Reference in a new issue