pipeline: test: image: docker secrets: [ blarp ] commands: - echo hello - echo "$BLARP" - echo $BLARP > test - wc -c test - cat test - ls -la