This commit is contained in:
parent
02a4b75efa
commit
59f9a29eed
1 changed files with 4 additions and 2 deletions
|
@ -4,6 +4,8 @@ pipeline:
|
|||
secrets: [ blarp ]
|
||||
commands:
|
||||
- echo hello
|
||||
- echo $BLARP
|
||||
- touch $BLARP
|
||||
- echo "$BLARP"
|
||||
- echo $BLARP > test
|
||||
- wc -c test
|
||||
- cat test
|
||||
- ls -la
|
||||
|
|
Loading…
Reference in a new issue