Skip to content

Commit 946b6f6

Browse files
committed
use new naming convention for tasks
1 parent 9a89876 commit 946b6f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pipeline.generated.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

pipeline.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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

0 commit comments

Comments
 (0)