-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update nigthly release pipeline to have configurable helm repo location
- Loading branch information
Irfan Habib
committed
Aug 16, 2018
1 parent
17e81ac
commit c4b9a34
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,11 +19,11 @@ resources: | |
uri: [email protected]:((github-organization))/((github-repository)) | ||
branch: ((stratos-branch)) | ||
private_key: ((github-private-key)) | ||
- name: stratos-master | ||
- name: helm-repo | ||
type: git | ||
source: | ||
uri: [email protected]:((github-organization))/((github-repository)) | ||
branch: master | ||
uri: [email protected]:((helm-repo-github-organization))/((helm-repo-github-repository)) | ||
branch: ((helm-repo-branch)) | ||
private_key: ((github-private-key)) | ||
# Docker Images | ||
- name: jetstream-image | ||
|
@@ -135,7 +135,7 @@ jobs: | |
- get: stratos | ||
passed: [build-images] | ||
trigger: true | ||
- get: stratos-master | ||
- get: helm-repo | ||
- do: | ||
- task: build | ||
privileged: true | ||
|
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