mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
space negative operator [skip install] [skip lint]
This commit is contained in:
parent
10cfeb8bd1
commit
7e92803f87
6
.github/workflows/lint-test.yaml
vendored
6
.github/workflows/lint-test.yaml
vendored
@ -13,16 +13,16 @@ jobs:
|
|||||||
- name: Run chart-testing (lint)
|
- name: Run chart-testing (lint)
|
||||||
id: lint
|
id: lint
|
||||||
uses: helm/chart-testing-action@v1.0.0
|
uses: helm/chart-testing-action@v1.0.0
|
||||||
if: !contains(env.commitmsg, '[skip lint]')
|
if: ! contains(env.commitmsg, '[skip lint]')
|
||||||
with:
|
with:
|
||||||
command: lint
|
command: lint
|
||||||
config: ct.yaml
|
config: ct.yaml
|
||||||
- name: Create kind cluster
|
- name: Create kind cluster
|
||||||
uses: helm/kind-action@v1.0.0
|
uses: helm/kind-action@v1.0.0
|
||||||
if: steps.lint.outputs.changed == 'true' && !contains(env.commitmsg, '[skip install]')
|
if: steps.lint.outputs.changed == 'true' && ! contains(env.commitmsg, '[skip install]')
|
||||||
- name: Run chart-testing (install)
|
- name: Run chart-testing (install)
|
||||||
uses: helm/chart-testing-action@v1.0.0
|
uses: helm/chart-testing-action@v1.0.0
|
||||||
if: steps.lint.outputs.changed == 'true' && !contains(env.commitmsg, '[skip install]')
|
if: steps.lint.outputs.changed == 'true' && ! contains(env.commitmsg, '[skip install]')
|
||||||
with:
|
with:
|
||||||
command: install
|
command: install
|
||||||
config: ct.yaml
|
config: ct.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user