Skip to content

Commit

Permalink
wip: test fork
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Carvalho <[email protected]>
  • Loading branch information
lcarva committed Nov 5, 2024
1 parent d91be75 commit 7544ed7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion release/push-to-registry-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
- description: The namespaced name (namespace/name) of the snapshot
name: snapshot
type: string
- default: github.com/enterprise-contract/ec-cli//policies/cli
- default: github.com/lcarva/ec-cli//policies/cli?ref=release-pipeline
description: JSON representation of the EnterpriseContractPolicy
name: enterpriseContractPolicy
type: string
Expand Down
2 changes: 1 addition & 1 deletion release/push-to-registry-tekton-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
- description: The namespaced name (namespace/name) of the snapshot
name: snapshot
type: string
- default: github.com/enterprise-contract/ec-cli//policies/tekton-task
- default: github.com/lcarva/ec-cli//policies/tekton-task?ref=release-pipeline
description: JSON representation of the EnterpriseContractPolicy
name: enterpriseContractPolicy
type: string
Expand Down
3 changes: 2 additions & 1 deletion release/src/cli/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
value: push-to-registry-cli
- op: replace
path: /spec/params/3/default # enterpriseContractPolicy
value: github.com/enterprise-contract/ec-cli//policies/cli
# value: github.com/enterprise-contract/ec-cli//policies/cli
value: github.com/lcarva/ec-cli//policies/cli?ref=release-pipeline
3 changes: 2 additions & 1 deletion release/src/tekton-task/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
value: push-to-registry-cli
- op: replace
path: /spec/params/3/default # enterpriseContractPolicy
value: github.com/enterprise-contract/ec-cli//policies/tekton-task
# value: github.com/enterprise-contract/ec-cli//policies/tekton-task
value: github.com/lcarva/ec-cli//policies/tekton-task?ref=release-pipeline

0 comments on commit 7544ed7

Please sign in to comment.