shtola

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

commit 4bf5499addb0fa98188e34f21da0b4dc1728e0fa
parent 86312efc7708f9a78f962764d9b64053a45f9d0c
Author: marisa <mokou@posteo.de>
Date:   Sat,  9 Nov 2019 18:03:14 +0100

Use slim instead of alpine

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:alpine + image: rust:slim commands: - cargo test - name: coverage - image: rust:alpine + image: rust:slim commands: - cargo install cargo-tarpaulin - cargo tarpaulin --coveralls ${COVERALLS}