Created
December 12, 2016 19:44
-
-
Save richarddowner/04dd2235858a9cb8c2b4d7518c6f2b3f to your computer and use it in GitHub Desktop.
This file contains 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: my-pipeline | |
public: true | |
plan: | |
- get: my-repo | |
- task: build-my-api | |
file: my-repo/build/my-api.yml | |
resources: | |
- name: my-repo | |
type: git | |
source: | |
uri: [email protected]:Me/My.Api.git | |
branch: release | |
private_key: | | |
-----BEGIN RSA PRIVATE KEY----- | |
MIIEowIBAAKCAQEAlZO+0FO5PdS4UMGhm8zR0b3ZaTFfIepRMZIqFlSWjdODKvqi | |
..................... | |
GjkAryhcop+Hm5awh7BrchHbNdKp/eeUoM7B7VnlpGCCYOVGdLEW | |
-----END RSA PRIVATE KEY----- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment