From ddf8f191da0268c80e0d83af0e36ec6ab0d1afb6 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 24 Mar 2023 16:45:52 -0400 Subject: [PATCH] Adding woodpecker 1 (#162) --- .drone.yml => .woodpecker.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) rename .drone.yml => .woodpecker.yml (79%) diff --git a/.drone.yml b/.woodpecker.yml similarity index 79% rename from .drone.yml rename to .woodpecker.yml index a1d7b73..5edc1a9 100644 --- a/.drone.yml +++ b/.woodpecker.yml @@ -1,14 +1,11 @@ -kind: pipeline -name: default - -steps: - - name: fetch git submodules +pipeline: + fetch_git_submodules: image: alpine/git commands: - git submodule init - git submodule update --recursive --remote - - name: check documentation build + check_documentation_build: image: rust:1.61-slim-buster commands: - cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git --branch localization