Skip to content

Instantly share code, notes, and snippets.

@baso53
Created June 30, 2020 14:08
Show Gist options
  • Save baso53/34327ae5d702a4092d15a75b2dde6321 to your computer and use it in GitHub Desktop.
Save baso53/34327ae5d702a4092d15a75b2dde6321 to your computer and use it in GitHub Desktop.
resources:
- name: project-repo
type: git
source:
uri: git@github.com:spring-petclinic/spring-petclinic-kotlin.git
branch: master
- name: tasks-repo
type: git
source:
uri: git@github.com:[path-to-your-repo]
branch: master
jobs:
- name: build
plan:
- get: git-repo
trigger: true
- get: tasks-repo
- task: build
file: tasks-repo/backend/build.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment