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