Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. ---
  2.  
  3.  
  4. jobs:
  5. - name: test
  6. serial: true
  7. plan:
  8. - task: test
  9. params:
  10. SECRET: ((pks-test))
  11. config:
  12. platform: linux
  13. image_resource:
  14. type: docker-image
  15. source:
  16. repository: mikefarah/yq
  17. inputs:
  18. - name: configs
  19. outputs:
  20. - name: configuration
  21. run:
  22. path: /bin/sh
  23. args:
  24. - "-c"
  25. - |
  26. echo ${SECRET}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement