read value from disk

This commit is contained in:
Ruan Bekker 2019-04-18 09:25:49 +02:00 committed by GitHub
parent 8eecf58c8d
commit c413299327
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ]