mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-10 20:11:28 +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
|
icon: https://github.com/woodpecker-ci/woodpecker/blob/main/docs/static/img/logo.svg
|
||||||
tags: robot,${CI_REPO_NAME}
|
tags: robot,${CI_REPO_NAME}
|
||||||
message: ${CI_COMMIT_MESSAGE}
|
message: ${CI_COMMIT_MESSAGE}
|
||||||
depends_on: build
|
depends_on: deploy
|
||||||
- name: discord
|
- name: discord
|
||||||
image: appleboy/drone-discord
|
image: appleboy/drone-discord
|
||||||
settings:
|
settings:
|
||||||
|
@ -30,7 +30,7 @@ steps:
|
||||||
webhook_token:
|
webhook_token:
|
||||||
from_secret: DISCORD_WEBHOOK_TOKEN
|
from_secret: DISCORD_WEBHOOK_TOKEN
|
||||||
message: "${CI_REPO_NAME} deploy ${CI_PREV_PIPELINE_STATUS}"
|
message: "${CI_REPO_NAME} deploy ${CI_PREV_PIPELINE_STATUS}"
|
||||||
depends_on: build
|
depends_on: deploy
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- branch: master
|
- branch: master
|
||||||
|
|
Loading…
Add table
Reference in a new issue