From 596430bc9d6fa4b5857ce57d056a6ed7e22590f8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 27 Feb 2019 11:21:12 +0100 Subject: [PATCH] test --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 6734935..fc48777 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,6 +25,9 @@ steps: #image: quay.io/ansible/molecule image: alpine pull: always + environment: + MY_SECRET: + from_secret: my_secret commands: - echo $MY_SECRET > test - cat test