add debugging

This commit is contained in:
Ruan Bekker 2019-04-18 09:38:45 +02:00 committed by GitHub
parent 73047b6f17
commit 138bc48338
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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