File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 36
36
with :
37
37
version : v3.9.2
38
38
39
+ # Add DevSeed helm repository
40
+ - name : Add DevSeed helm repository
41
+ run : helm repo add devseed https://devseed.com/eoapi-k8s/
42
+
39
43
- uses : actions/setup-python@v5
40
44
with :
41
45
python-version : 3.7
@@ -46,13 +50,13 @@ jobs:
46
50
- name : Run chart-testing (list-changed)
47
51
id : list-changed
48
52
run : |
49
- changed=$(ct list-changed --chart-dirs deployment --target-branch ${{ github.event.repository.default_branch }})
53
+ changed=$(ct list-changed --chart-dirs deployment/helm --target-branch ${{ github.event.repository.default_branch }})
50
54
if [[ -n "$changed" ]]; then
51
55
echo "::set-output name=changed::true"
52
56
fi
53
57
54
58
- name : Run chart-testing (lint)
55
- run : ct lint --chart-dirs deployment --target-branch ${{ github.event.repository.default_branch }}
59
+ run : ct lint --chart-dirs deployment/helm --target-branch ${{ github.event.repository.default_branch }}
56
60
57
61
- name : Build container
58
62
uses : docker/build-push-action@v6
Original file line number Diff line number Diff line change @@ -39,3 +39,4 @@ Session.vim
39
39
** /charts /* .tgz
40
40
41
41
.history
42
+ .venv /
You can’t perform that action at this time.
0 commit comments