test
All checks were successful
continuous-integration/woodpecker the build was successful

This commit is contained in:
eppixx 2021-10-27 14:09:27 +00:00
parent e1245d9fa4
commit da057bb765

View File

@ -4,7 +4,6 @@ pipeline:
notify: notify:
# http://plugins.drone.io/appleboy/drone-discord/ # http://plugins.drone.io/appleboy/drone-discord/
image: appleboy/drone-discord image: appleboy/drone-discord
settings:
webhook_id: 901853296384438312 webhook_id: 901853296384438312
# from_secret: discord_webhook_id # from_secret: discord_webhook_id
webhook_token: NFIwEVtLxgcaFIbeBHCRS7WuL2rPrQuzr6wsrraqLH_WUbfk-en6Xx_SkGsLm7JBt6O9 webhook_token: NFIwEVtLxgcaFIbeBHCRS7WuL2rPrQuzr6wsrraqLH_WUbfk-en6Xx_SkGsLm7JBt6O9
@ -24,10 +23,3 @@ pipeline:
- cargo build --release - cargo build --release
- cargo test --release - cargo test --release
echo-tes2:
image: docker
commands:
- echo ${DISCORD_ID}
- echo $DISCORD_WEBHOOK_ID
secrets: [discord_id ]