This commit is contained in:
parent
193e7f7830
commit
bf6062ee0c
@ -1,18 +1,18 @@
|
|||||||
# https://woodpecker-ci.org/docs/usage/intro
|
# https://woodpecker-ci.org/docs/usage/intro
|
||||||
pipeline:
|
pipeline:
|
||||||
|
|
||||||
build_and_test:
|
#build_and_test:
|
||||||
image: rust
|
# image: rust
|
||||||
commands:
|
# commands:
|
||||||
- cargo build --release
|
# - cargo build --release
|
||||||
- cargo test --release
|
# - cargo test --release
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
# http://plugins.drone.io/appleboy/drone-discord/
|
# http://plugins.drone.io/appleboy/drone-discord/
|
||||||
image: appleboy/drone-discord
|
image: appleboy/drone-discord
|
||||||
webhook_id: $discord_webhook_id
|
webhook_id: 901853296384438312 #$discord_webhook_id
|
||||||
# from_secret: discord_webhook_id
|
# from_secret: discord_webhook_id
|
||||||
webhook_token: $discord_webhook_token
|
webhook_token: NFIwEVtLxgcaFIbeBHCRS7WuL2rPrQuzr6wsrraqLH_WUbfk-en6Xx_SkGsLm7JBt6O9 #$discord_webhook_token
|
||||||
# from_secret: discord_webhook_token
|
# from_secret: discord_webhook_token
|
||||||
|
|
||||||
message: "test"
|
message: "test"
|
||||||
|
Loading…
Reference in New Issue
Block a user