Created
October 31, 2019 07:24
-
-
Save ob1-sc/0dd2b3a0a0bac38a29b3d72179bc9c2b to your computer and use it in GitHub Desktop.
Pipeline Common Tasks Yaml Anchor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interpolate-creds: &interpolate-creds | |
do: | |
- task: tfstate-interpolate | |
image: platform-automation-image | |
... | |
... | |
- task: credhub-interpolate | |
... | |
... | |
etc | |
plan: | |
- <<: *interpolate-creds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment