Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions updatecli/updatecli.d/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,3 @@ targets:
replacepattern: 'ghcr.io/updatecli/updatecli:{{ source "latestVersion" }}'
scmid: default
sourceid: latestVersion

cosign-checksums-txt-sig:
name: 'docs: update checksums.txt.sig url with Updatecli version to {{ source "latestVersion" }}'
kind: file
spec:
file: README.adoc
matchpattern: '(.*)https://github.com/updatecli/updatecli/releases/download/(.*)/checksums.txt.sig(.*)'
replacepattern: '${1}https://github.com/updatecli/updatecli/releases/download/{{ source "latestVersion" }}/checksums.txt.sig${3}'
scmid: default
sourceid: latestVersion

cosign-checksums-txt-pem:
name: 'docs: update checksums.txt.pem url with Updatecli version to {{ source "latestVersion" }}'
kind: file
spec:
file: README.adoc
matchpattern: '(.*)https://github.com/updatecli/updatecli/releases/download/(.*)/checksums.txt.pem(.*)'
replacepattern: '${1}https://github.com/updatecli/updatecli/releases/download/{{ source "latestVersion" }}/checksums.txt.pem${3}'
scmid: default
sourceid: latestVersion
Loading