with harbor image
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
Kasper Juul Hermansen 2022-10-27 21:52:09 +02:00
parent 0a931f6fa6
commit c860ad4233
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -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