From 95e25a5818a0e0d209c22993bd1771eaebd370d0 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Thu, 16 Jul 2020 10:27:48 -0700 Subject: [PATCH] trying container pipeline --- .drone.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index ce1f75040..f641ed2d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,16 +1,12 @@ --- kind: pipeline -type: exec +type: docker name: default -clone: - depth: 1 - -platform: - os: linux - arch: amd64 steps: - name: debug + image: ubuntu:19.10 commands: - whoami - uname -a + - hostname