shtola

ssg in rust
git clone https://tilde.team/~marisa/repo/shtola.git
Log | Files | Refs | LICENSE

commit 6ad14709da3548dbb6c44f54a0df3f219f3a4611
parent 58a5fc2214deee74d712f4debf70e0aa14b7614f
Author: marisa <mokou@posteo.de>
Date:   Sat,  9 Nov 2019 18:08:57 +0100

Just use the base Rust image

Diffstat:
M.drone.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.drone.yml b/.drone.yml @@ -5,11 +5,11 @@ name: default steps: - name: test - image: rust:slim + image: rust commands: - cargo test - name: coverage - image: rust:slim + image: rust commands: - apt install openssl libssl-dev - cargo install cargo-tarpaulin