2023-03-08 22:52:10 +00:00
|
|
|
pipeline:
|
|
|
|
test:
|
|
|
|
image: docker
|
2023-03-08 23:07:44 +00:00
|
|
|
secrets: [ blarp, test_key ]
|
2023-03-08 22:52:10 +00:00
|
|
|
commands:
|
|
|
|
- echo hello
|
2023-03-08 22:58:37 +00:00
|
|
|
- echo "$BLARP"
|
|
|
|
- echo $BLARP > test
|
2023-03-08 23:07:44 +00:00
|
|
|
- echo $TEST_KEY > testkey
|
2023-03-08 22:58:37 +00:00
|
|
|
- wc -c test
|
|
|
|
- cat test
|
2023-03-08 22:54:52 +00:00
|
|
|
- ls -la
|
2023-03-08 23:08:24 +00:00
|
|
|
- file testkey
|