Skip to content

Commit c0aff90

Browse files
authored
fix: regression in Updatecli pipeline (#2752)
Signed-off-by: Olblak <me@olblak.com>
1 parent a748682 commit c0aff90

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

updatecli/updatecli.d/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ scms:
2727
repository: "{{ .scm.repository }}"
2828
user: "{{ .scm.user }}"
2929
force: true
30-
commitusingapi: {{ scm.commitusingapi }}
30+
commitusingapi: {{ .scm.commitusingapi }}
3131
disabled: false
3232

3333
targets:

updatecli/updatecli.d/installation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ scms:
2727
repository: "{{ .scm.repository }}"
2828
user: "{{ .scm.user }}"
2929
force: true
30-
commitusingapi: {{ scm.commitusingapi }}
30+
commitusingapi: {{ .scm.commitusingapi }}
3131
disabled: false
3232

3333
sources:

updatecli/updatecli.d/jsonschema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ scms:
2828
repository: "{{ .scm.repository }}"
2929
user: "{{ .scm.user }}"
3030
force: true
31-
commitusingapi: {{ scm.commitusingapi }}
31+
commitusingapi: {{ .scm.commitusingapi }}
3232
disabled: false
3333

3434
targets:

0 commit comments

Comments
 (0)