Skip to content

Commit c2c2e5e

Browse files
committed
prettier
1 parent 78db38d commit c2c2e5e

File tree

3 files changed

+22
-27
lines changed

3 files changed

+22
-27
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# pull_request:
77
# branches: [main]
88
# https://pnpm.io/continuous-integration#github-actions
9-
#
9+
#
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest

.tekton/events/trigger.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ metadata:
55
spec:
66
serviceAccountName: default
77
interceptors:
8-
- ref:
9-
name: "github"
10-
kind: ClusterInterceptor
11-
apiVersion: triggers.tekton.dev
12-
params:
13-
- name: "eventTypes"
14-
value: ["push"]
15-
# - name: "addChangedFiles"
16-
# value:
17-
# enabled: true
18-
- ref:
19-
name: cel
20-
params:
21-
- name: filter
22-
# execute only when a file within the controllers directory has changed
23-
# value: extensions.changed_files.matches('controllers/')
24-
value: "body.ref == 'refs/heads/main'"
8+
- ref:
9+
name: "github"
10+
kind: ClusterInterceptor
11+
apiVersion: triggers.tekton.dev
12+
params:
13+
- name: "eventTypes"
14+
value: ["push"]
15+
# - name: "addChangedFiles"
16+
# value:
17+
# enabled: true
18+
- ref:
19+
name: cel
20+
params:
21+
- name: filter
22+
# execute only when a file within the controllers directory has changed
23+
# value: extensions.changed_files.matches('controllers/')
24+
value: "body.ref == 'refs/heads/main'"
2525
bindings:
2626
- ref: cd-binding
2727
template:

.vscode/settings.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{
2-
"cSpell.words": [
3-
"bitnami",
4-
"pipelinerun",
5-
"taskrun",
6-
"tekton"
7-
],
8-
"editor.defaultFormatter": "esbenp.prettier-vscode",
9-
"editor.formatOnSave": true
10-
}
2+
"cSpell.words": ["bitnami", "pipelinerun", "taskrun", "tekton"],
3+
"editor.defaultFormatter": "esbenp.prettier-vscode",
4+
"editor.formatOnSave": true
5+
}

0 commit comments

Comments
 (0)