This commit is contained in:
@@ -8,10 +8,13 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
helm-lint:
|
helm-lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: alpine/helm:3.14.0
|
image: alpine/helm:3.14.0
|
||||||
steps:
|
steps:
|
||||||
|
- name: Print Environment
|
||||||
|
run: env
|
||||||
|
|
||||||
- name: Clone repo manually
|
- name: Clone repo manually
|
||||||
run: |
|
run: |
|
||||||
git clone "${CI_REPO_URL}" .
|
git clone "${CI_REPO_URL}" .
|
||||||
|
Reference in New Issue
Block a user