From d7d14c59a57caa362c0427ab04c2be2b7f6fc5ac Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sat, 22 Jun 2019 08:35:42 -0700 Subject: [PATCH] More debugging drone. --- .drone.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2f7ac7f..f8affc4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,12 +2,16 @@ kind: pipeline name: default steps: +- name: debug + image: registry.z.xinu.tv/drone/rust:2019-06-22-r2 + commands: + - env | sort + - find $PWD + - name: rtiow image: registry.z.xinu.tv/drone/rust:2019-06-22-r2 commands: - - env - /usr/local/cargo/bin/sscache -s - - find $PWD - (cd rtiow && cargo build --verbose --all) - (cd rtiow && cargo test --verbose --all) - /usr/local/cargo/bin/sscache -s