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:
image: docker
commands:
- echo "My Secret Value for myusername: $MYUSERNAME"
- echo $MYUSERNAME
- echo "run export command"
- export
secrets: [ myusername ]