printing a not secret
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Julien Fastré 2022-12-19 21:52:36 +01:00
parent aab30f3daf
commit e4ef8a6488
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 9 additions and 0 deletions

View File

@ -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: