Skip to content

Instantly share code, notes, and snippets.

@suhlig
Last active July 31, 2023 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suhlig/ecc7a1fb8f261e39bfc5229864dc1460 to your computer and use it in GitHub Desktop.
Save suhlig/ecc7a1fb8f261e39bfc5229864dc1460 to your computer and use it in GitHub Desktop.
Make a Concourse job fail so that we can inspect it
- 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