Skip to content

Commit 7a042f5

Browse files
committed
gitlab-ci: remove temporary lint-update workaround
Signed-off-by: Ryan Koo <rbk65@cornell.edu>
1 parent b63f83a commit 7a042f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ lint:go:
242242
- !reference [.default_rules, rules]
243243
- !reference [.default_run_rules, rules]
244244
script:
245-
- make lint-update # TODO: Remove
246245
- make lint
247246

248247
lint:python:
@@ -265,7 +264,6 @@ lint:tags:
265264
- !reference [.default_rules, rules]
266265
- !reference [.default_run_rules, rules]
267266
script:
268-
- make lint-update # TODO: Remove
269267
- TAGS="nethttp debug oteltracing oci aws gcp azure" make lint-scoped
270268

271269
build:gendocs:

0 commit comments

Comments
 (0)