Skip to content

Commit

Permalink
Merge pull request #6 from jduimovich/main
Browse files Browse the repository at this point in the history
fix template vars
  • Loading branch information
jduimovich authored Feb 11, 2024
2 parents eb661ba + 08ea075 commit 7eac437
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pac/docker-build-rhtap/docker-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
name: ${{ values.name }}-on-pull-request
namespace: ${{ values.namespace }}
name: {{ values.name }}-on-pull-request
namespace: {{ values.namespace }}
annotations:
pipelinesascode.tekton.dev/on-event: "[pull_request]"
pipelinesascode.tekton.dev/on-target-branch: "[main]"
Expand Down
4 changes: 2 additions & 2 deletions pac/docker-build-rhtap/docker-push.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
name: ${{ values.name }}-on-push
namespace: ${{ values.namespace }}
name: {{ values.name }}-on-push
namespace: {{ values.namespace }}
annotations:
pipelinesascode.tekton.dev/on-event: "[push]"
pipelinesascode.tekton.dev/on-target-branch: "[main]"
Expand Down

0 comments on commit 7eac437

Please sign in to comment.