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