From e4ef8a6488cf018c63194223fdac7c4d0a00ceb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 19 Dec 2022 21:52:36 +0100 Subject: [PATCH] printing a not secret --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.drone.yml b/.drone.yml index 8b2ae93..8362c35 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,10 +11,19 @@ steps: from_secret: secret commands: - python3 print_secret.py + + - name: print a not secret + image: python:3 + environment: + SECRET: "not secret" + commands: + - python3 print_secret.py + - name: test image: python:3 commands: - python3 test.py + - name: gitea_release image: plugins/gitea-release settings: