Skip to content

Instantly share code, notes, and snippets.

@jessejlt
Last active May 1, 2019 17:11
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 jessejlt/590bf88ee852da83d8fdfef3ae7a87fa to your computer and use it in GitHub Desktop.
Save jessejlt/590bf88ee852da83d8fdfef3ae7a87fa to your computer and use it in GitHub Desktop.
concourse experimentation example
jobs:
- name: some experiment
plan:
- task: experiment
config:
platform: linux
run:
path: /bin/bash
args: -exc
- |
echo "can make local changes here instead of having to push changes to your task.yaml"
jobs:
- name: some experiment
plan:
- task: experiment
file: path/to/task.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment