Update .drone.yml
This commit is contained in:
parent
dd57aa5121
commit
10b493b5ea
1 changed files with 1 additions and 1 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue