Last active
July 31, 2023 17:41
-
-
Save suhlig/ecc7a1fb8f261e39bfc5229864dc1460 to your computer and use it in GitHub Desktop.
Make a Concourse job fail so that we can inspect it
This file contains 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
- task: fail-for-inspection | |
config: | |
platform: linux | |
image_resource: { type: mock, source: { mirror_self: true } } | |
run: { path: sh, args: [ -c , "false" ] } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment