Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a binding that was still referring to body.extensions #687

Merged
merged 1 commit into from Jan 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion tekton/ci/templates/bindings.yaml
Expand Up @@ -20,7 +20,7 @@ metadata:
spec:
params:
- name: gitCloneDepth
value: $(body.extensions.git_clone_depth)
value: $(extensions.git_clone_depth)
---
apiVersion: triggers.tekton.dev/v1alpha1
kind: TriggerBinding
Expand Down
2 changes: 0 additions & 2 deletions tekton/mario-bot/mario-image-build-trigger.yaml
Expand Up @@ -110,15 +110,13 @@ spec:
secretRef:
secretName: mario-github-secret
secretKey: secret-token
namespace: mario
eventTypes:
- issue_comment
- webhook:
objectRef:
kind: Service
name: mario
apiVersion: v1
namespace: mario
bindings:
- ref: mario-trigger-to-build-and-push-image
template:
Expand Down