Skip to content

Commit 8292805

Browse files
authored
fix: linting with v2.4.1 ct (#747)
* fix: do not merge test * fix: use ct 2.4.1 for lint temporarily * use correct version
1 parent f617bda commit 8292805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dispatchfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dind_task("lint",
4444
"/bin/bash", "-c",
4545
"""
4646
git fetch origin master --unshallow
47-
make lint
47+
make lint HELM_VERSION=v2.16.9 CT_VERSION=v2.4.1
4848
"""
4949
]
5050
)

0 commit comments

Comments
 (0)