From 863c6eb381c97bdffd3c3b7841f3af4561c30468 Mon Sep 17 00:00:00 2001 From: Nicolas Duhamel Date: Sun, 31 Oct 2021 08:32:52 +0100 Subject: [PATCH] test --- .drone.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4cb7cf6..93bda2c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,13 +3,16 @@ type: docker name: default steps: -- name: Build - image: python +- name: env + image: docker environment: PASSWORD: from_secret: password commands: - - echo $PASSWORD + - env +- name: Build + image: python + commands: - apt-get update - apt-get -y install python3-systemd libsystemd-dev - pip install pex