shtola

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

commit 40b3ce77cc6bbb4136a34e205553004415b7f792
parent 6ad14709da3548dbb6c44f54a0df3f219f3a4611
Author: marisa <mokou@posteo.de>
Date:   Sat,  9 Nov 2019 18:15:16 +0100

Fix environment variable

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

diff --git a/.drone.yml b/.drone.yml @@ -11,9 +11,8 @@ steps: - name: coverage image: rust commands: - - apt install openssl libssl-dev - cargo install cargo-tarpaulin - - cargo tarpaulin --coveralls ${COVERALLS} + - cargo tarpaulin --coveralls $COVERALLS environment: COVERALLS: from_secret: coveralls_id