This commit is contained in:
parent
1c9f4abfbd
commit
b8e7a28d31
@ -6,6 +6,19 @@ pipeline:
|
|||||||
- cargo build --release
|
- cargo build --release
|
||||||
- cargo test --release
|
- cargo test --release
|
||||||
|
|
||||||
|
echo-test:
|
||||||
|
image: docker
|
||||||
|
commands:
|
||||||
|
- echo $discord_id
|
||||||
|
- echo $DISCORD_ID
|
||||||
|
|
||||||
|
echo-tes2:
|
||||||
|
image: docker
|
||||||
|
commands:
|
||||||
|
- echo $discord_id
|
||||||
|
- echo $DISCORD_ID
|
||||||
|
secrets: [discord_id ]
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
# http://plugins.drone.io/appleboy/drone-discord/
|
# http://plugins.drone.io/appleboy/drone-discord/
|
||||||
image: appleboy/drone-discord
|
image: appleboy/drone-discord
|
||||||
@ -20,3 +33,4 @@ pipeline:
|
|||||||
{{else}}
|
{{else}}
|
||||||
build {{build.number}} failed. Fix me please.
|
build {{build.number}} failed. Fix me please.
|
||||||
{{/success}}
|
{{/success}}
|
||||||
|
secrets: [ discord_id, discord_token]
|
||||||
|
Loading…
Reference in New Issue
Block a user