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 ]
|
secrets: [ blarp ]
|
||||||
commands:
|
commands:
|
||||||
- echo hello
|
- echo hello
|
||||||
- echo $BLARP
|
- echo "$BLARP"
|
||||||
- touch $BLARP
|
- echo $BLARP > test
|
||||||
|
- wc -c test
|
||||||
|
- cat test
|
||||||
- ls -la
|
- ls -la
|
||||||
|
|
Loading…
Reference in a new issue