Skip to content

Commit 0129e3f

Browse files
committed
testing if lint works
1 parent 48b48c5 commit 0129e3f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.tekton/pipelinerun.yaml

+14-14
Original file line numberDiff line numberDiff line change
@@ -109,18 +109,18 @@ spec:
109109
- name: deleteExisting
110110
value: "$(params.deleteExisting)"
111111

112-
# - name: go-lint
113-
# when:
114-
# - input: "$(params.runOptional)"
115-
# operator: in
116-
# values: ["true"]
117-
# taskRef:
118-
# name: go-lint-task
119-
# runAfter:
120-
# - fetch-repository
121-
# workspaces:
122-
# - name: source
123-
# workspace: source
112+
- name: go-lint
113+
when:
114+
- input: "$(params.runOptional)"
115+
operator: in
116+
values: ["true"]
117+
taskRef:
118+
name: go-lint-task
119+
runAfter:
120+
- fetch-repository
121+
workspaces:
122+
- name: source
123+
workspace: source
124124

125125
- name: go-test
126126
when:
@@ -130,8 +130,8 @@ spec:
130130
taskRef:
131131
name: go-test-task
132132
runAfter:
133-
# - go-lint
134-
- fetch-repository
133+
- go-lint
134+
# - fetch-repository
135135
workspaces:
136136
- name: source
137137
workspace: source

0 commit comments

Comments
 (0)