with harbor image
This commit is contained in:
parent
0a931f6fa6
commit
c860ad4233
@ -4,15 +4,14 @@ name: default
|
||||
|
||||
steps:
|
||||
- name: build && test
|
||||
image: rust:1
|
||||
image: harbor.front.kjuulh.io/library/rust:1
|
||||
commands:
|
||||
- cargo build --verbose --all
|
||||
- cargo test --verbose --all
|
||||
-
|
||||
- name: send telegram notification
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
token:
|
||||
from_secret: telegram_token
|
||||
to: 2129601481
|
||||
format: markdown
|
||||
format: markdown
|
||||
|
Loading…
Reference in New Issue
Block a user