parent
59f9a29eed
commit
9fa2dbc5b4
1 changed files with 3 additions and 1 deletions
|
@ -1,11 +1,13 @@
|
|||
pipeline:
|
||||
test:
|
||||
image: docker
|
||||
secrets: [ blarp ]
|
||||
secrets: [ blarp, test_key ]
|
||||
commands:
|
||||
- echo hello
|
||||
- echo "$BLARP"
|
||||
- echo $BLARP > test
|
||||
- echo $TEST_KEY > testkey
|
||||
- wc -c test
|
||||
- cat test
|
||||
- file testkey
|
||||
- ls -la
|
||||
|
|
Loading…
Reference in a new issue