Last active
May 1, 2019 17:11
-
-
Save jessejlt/590bf88ee852da83d8fdfef3ae7a87fa to your computer and use it in GitHub Desktop.
concourse experimentation example
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
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" |
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
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