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