From 6ef7771f25e7a92cd1feb854c7d9328975d09808 Mon Sep 17 00:00:00 2001 From: yagigreg Date: Sun, 20 Dec 2020 05:56:12 +0000 Subject: [PATCH] print out env vars, test from nanoyagi.com --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index fce1179..9b7c154 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,7 @@ pipeline: build: image: debian commands: + - env - echo "This is the build step" a-test-step: image: debian