Skip to content

Commit

Permalink
Merge pull request #234 from concourse/reconfigure-typos
Browse files Browse the repository at this point in the history
fix typos in reconfigure pipeline
  • Loading branch information
Jamie Klassen authored Dec 5, 2019
2 parents c703966 + 836187f commit f099272
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipelines/reconfigure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
config_file: pipelines/pipelines/prs.yml
- name: helm-prs
team: main
conifg_file: pipelines/pipelines/helm-prs.yml
config_file: pipelines/pipelines/helm-prs.yml
vars:
pr_base_branch: master
# Why a release branch and not master?
Expand All @@ -157,14 +157,14 @@ jobs:
concourse_image_tag: latest
- name: helm-prs-5.5.x
team: main
conifg_file: pipelines/pipelines/helm-prs.yml
config_file: pipelines/pipelines/helm-prs.yml
vars:
pr_base_branch: release/5.5.x
concourse_base_branch: release/5.5.x
concourse_image_tag: 5.5
- name: helm-prs-5.7.x
team: main
conifg_file: pipelines/pipelines/helm-prs.yml
config_file: pipelines/pipelines/helm-prs.yml
vars:
pr_base_branch: release/5.7.x
concourse_base_branch: release/5.7.x
Expand Down

0 comments on commit f099272

Please sign in to comment.