pipeline: test: image: docker 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