From 2dce7a0fdd08e24cf79b7ff82a4adb83381b9878 Mon Sep 17 00:00:00 2001 From: Harald Kube Date: Thu, 11 Mar 2021 01:16:46 +0100 Subject: [PATCH] Update drone config --- .drone.yml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 823cbbf..789221d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,17 +1,23 @@ kind: pipeline name: default - steps: -- name: build - image: rust:1.50-slim - commands: - - cargo build + - name: preview + image: rust:1.50-slim + commands: + - env + - pwd + - ls + - ls -a / +# - name: build +# image: rust:1.50-slim +# commands: +# - cargo build -- name: test - image: rust:1.50-slim - commands: - - cargo test +# - name: test +# image: rust:1.50-slim +# commands: +# - cargo test # kind: pipeline # type: exec