Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
54ec6d82cb
commit
43f03dd551
19
.drone.yml
19
.drone.yml
@ -1,17 +1,2 @@
|
|||||||
kind: pipeline
|
kind: template
|
||||||
type: docker
|
load: cuddle-empty-plan.yaml
|
||||||
name: default
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build && test
|
|
||||||
image: harbor.front.kjuulh.io/docker-proxy/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
|
|
||||||
|
16
cuddle.yaml
Normal file
16
cuddle.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
|
||||||
|
|
||||||
|
base: "git@git.front.kjuulh.io:kjuulh/cuddle-empty-plan.git"
|
||||||
|
|
||||||
|
vars:
|
||||||
|
service: "sqlite-clone"
|
||||||
|
registry: kasperhermansen
|
||||||
|
|
||||||
|
please:
|
||||||
|
project:
|
||||||
|
owner: kjuulh
|
||||||
|
repository: "sqlite-clone"
|
||||||
|
branch: main
|
||||||
|
settings:
|
||||||
|
api_url: https://git.front.kjuulh.io
|
||||||
|
|
Loading…
Reference in New Issue
Block a user