read value from disk
This commit is contained in:
parent
8eecf58c8d
commit
c413299327
1 changed files with 2 additions and 0 deletions
|
@ -5,4 +5,6 @@ pipeline:
|
||||||
- echo $${MYUSERNAME}
|
- echo $${MYUSERNAME}
|
||||||
- echo "run export command"
|
- echo "run export command"
|
||||||
- export
|
- export
|
||||||
|
- echo $MYUSERNAME > /tmp/file
|
||||||
|
- cat /tmp/file
|
||||||
secrets: [ myusername ]
|
secrets: [ myusername ]
|
||||||
|
|
Loading…
Reference in a new issue