print error msg
Some checks are pending
continuous-integration/drone/push Build is failing

This commit is contained in:
shimunn 2019-04-20 11:37:32 +02:00
parent e1dc715dd0
commit 6dea22e4dd
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM rust:1.34 AS riffol_build
RUN cargo install riffol
RUN cargo install --git https://github.com/shimunn/riffol.git --branch print_error
FROM nginx:mainline

View File

@ -108,6 +108,6 @@ healthcheck server {
checks [
"http://127.0.0.1:8082"
]
interval 15
interval 16
timeout 15
}