Skip to content

Commit 64e8de8

Browse files
committed
ci: add lint step
Fixes: #2
1 parent 9c02c4f commit 64e8de8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ variables:
55
PACKAGE: dcache-0.1.0.tgz
66

77
stages:
8+
- test
89
- package
910
- upload
1011

12+
lint:
13+
stage: test
14+
image: dtzar/helm-kubectl:latest
15+
script:
16+
- 'helm lint . --debug'
17+
1118
package:
1219
stage: package
1320
image: dtzar/helm-kubectl:latest

0 commit comments

Comments
 (0)