add debugging
This commit is contained in:
parent
73047b6f17
commit
138bc48338
1 changed files with 4 additions and 1 deletions
|
@ -2,10 +2,13 @@ kind: pipeline
|
|||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
- name: test
|
||||
image: alpine
|
||||
environment:
|
||||
MYUSERNAME:
|
||||
from_secret: myusername
|
||||
commands:
|
||||
- echo "run export command"
|
||||
- export
|
||||
- echo "run env command"
|
||||
- env
|
||||
|
|
Loading…
Reference in a new issue