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:
|
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 ]
|
||||||
|
|
Loading…
Reference in a new issue