File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
pipeline/tasks/update-pipeline Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 tag : git/.git/HEAD
1515 tag_as_latest : true
1616 put : dev-container
17- - file : git/pipeline/tasks/update_pipeline /task.yml
17+ - file : git/pipeline/tasks/update-pipeline /task.yml
1818 image : dev-container
1919 params :
2020 CI : true
2121 CONCOURSE_PASSWORD : test
2222 CONCOURSE_URL : http://web:8080
2323 CONCOURSE_USER : test
24- task : update_pipeline
24+ task : update-pipeline
2525 serial : true
2626- name : lint
2727 plan :
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ local jobs = [
4040 }
4141 }
4242 ]),
43- Task('update_pipeline ' , params = {
43+ Task('update-pipeline ' , params = {
4444 CONCOURSE_USER: 'test' ,
4545 CONCOURSE_PASSWORD: 'test' ,
4646 CONCOURSE_URL: 'http://web:8080'
Original file line number Diff line number Diff line change 6262 CONCOURSE_PASSWORD : ((concourse_password))
6363 # Overwritten for local pipeline only
6464 CONCOURSE_URL : http://web:8080
65- file : git/pipeline/tasks/update_pipeline /task.yml
65+ file : git/pipeline/tasks/update-pipeline /task.yml
6666
6767- name : lint
6868 serial : true
File renamed without changes.
You can’t perform that action at this time.
0 commit comments