We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6907a3a commit a9582b8Copy full SHA for a9582b8
.circleci/config.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- checkout
18
- run:
19
- command: ct lint --config .circleci/ct.yaml
+ command: ct lint --all --config .circleci/ct.yaml
20
install-charts:
21
machine: true
22
.circleci/install_charts.sh
@@ -52,7 +52,7 @@ install_local_path_provisioner() {
52
}
53
54
install_charts() {
55
- docker_exec ct install
+ docker_exec ct install --all
56
echo
57
58
0 commit comments