Skip to content

Instantly share code, notes, and snippets.

@drnic
Created April 10, 2015 21:19
Show Gist options
  • Select an option

  • Save drnic/2ae4fe8a9ec954835402 to your computer and use it in GitHub Desktop.

Select an option

Save drnic/2ae4fe8a9ec954835402 to your computer and use it in GitHub Desktop.
jobs:
- name: job-traveling-cf-admin
plan:
- get: traveling-cf-admin
- task: build-traveling-cf-admin
file: traveling-cf-admin/ci/build.yml
- put: github-release
resources:
- name: repo-traveling-cf-admin
type: git
source:
uri: https://github.com/cloudfoundry-community/traveling-cf-admin.git
branch: ci
- name: github-release
type: github-release
source:
user: cloudfoundry-community
repository: traveling-cf-admin
access_token: SECRET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment