From 17ef786bcf8316b961dba5d0343848c9ea46ab46 Mon Sep 17 00:00:00 2001 From: Nicolas Duhamel Date: Sun, 31 Oct 2021 08:25:22 +0100 Subject: [PATCH] Check --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 824ebc9..7e37abd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,11 @@ name: default steps: - name: Build image: python + environment: + PASSWORD: + from_secret: password commands: + - echo $${PASSWORD} - apt-get update - apt-get -y install python3-systemd libsystemd-dev - pip install pex