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: