Skip to content

Commit a9582b8

Browse files
committed
CI: Lint and install all charts by default.
Signed-off-by: Dinko Korunic <[email protected]>
1 parent 6907a3a commit a9582b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- checkout
1818
- run:
19-
command: ct lint --config .circleci/ct.yaml
19+
command: ct lint --all --config .circleci/ct.yaml
2020
install-charts:
2121
machine: true
2222
steps:

.circleci/install_charts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ install_local_path_provisioner() {
5252
}
5353

5454
install_charts() {
55-
docker_exec ct install
55+
docker_exec ct install --all
5656
echo
5757
}
5858

0 commit comments

Comments
 (0)