This commit is contained in:
parent
aab30f3daf
commit
e4ef8a6488
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user