Update .drone.yml

This commit is contained in:
Ruan Bekker 2019-04-18 09:21:52 +02:00 committed by GitHub
parent dd57aa5121
commit 10b493b5ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ pipeline:
docker: docker:
image: docker image: docker
commands: commands:
- echo "My Secret Value for myusername: $MYUSERNAME" - echo $MYUSERNAME
- echo "run export command" - echo "run export command"
- export - export
secrets: [ myusername ] secrets: [ myusername ]