This commit is contained in:
parent
aab30f3daf
commit
e4ef8a6488
@ -11,10 +11,19 @@ steps:
|
|||||||
from_secret: secret
|
from_secret: secret
|
||||||
commands:
|
commands:
|
||||||
- python3 print_secret.py
|
- python3 print_secret.py
|
||||||
|
|
||||||
|
- name: print a not secret
|
||||||
|
image: python:3
|
||||||
|
environment:
|
||||||
|
SECRET: "not secret"
|
||||||
|
commands:
|
||||||
|
- python3 print_secret.py
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: python:3
|
image: python:3
|
||||||
commands:
|
commands:
|
||||||
- python3 test.py
|
- python3 test.py
|
||||||
|
|
||||||
- name: gitea_release
|
- name: gitea_release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
Reference in New Issue
Block a user