Created
January 6, 2020 04:14
-
-
Save KyMidd/3dc7716d49b1e4645d1c62c2c7b24825 to your computer and use it in GitHub Desktop.
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
| - stage: Terraform_Apply | |
| jobs: | |
| - deployment: Terraform_Apply | |
| displayName: Terraform Apply | |
| pool: $(pool) | |
| continueOnError: 'false' | |
| # Run this stage if previous stage(s) succeeded and build reason ISN'T a pull request | |
| condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment