From c860ad42330b080dc22386ba24e7dd43f1dcf6d1 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 27 Oct 2022 21:52:09 +0200 Subject: [PATCH] with harbor image --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 71a34e0..7650902 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file + format: markdown