Skip to content

Commit

Permalink
fix: move ct config to hack folder
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabauke committed Sep 8, 2023
1 parent fd2a21c commit b18855e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct --config=hack/chart-testing/ct.yaml list-changed)
changed=$(ct --config=hack/ct.yaml list-changed)
if [[ -n "$changed" ]]; then
echo "changed=true" >> $GITHUB_OUTPUT
fi
- name: Run chart-testing (lint)
run: ct --config=hack/chart-testing/ct.yaml lint
run: ct --config=hack/ct.yaml lint

- name: Create kind cluster
uses: helm/[email protected]
Expand All @@ -47,4 +47,4 @@ jobs:
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
run: ct --config=hack/chart-testing/ct-install.yaml install
run: ct --config=hack/ct-install.yaml install
3 changes: 3 additions & 0 deletions hack/ct-install.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
target-branch: main
chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
File renamed without changes.

0 comments on commit b18855e

Please sign in to comment.