Print env
Some checks failed
Test Helm Chart / helm-lint (push) Failing after 8s

This commit is contained in:
2025-09-14 12:27:00 +02:00
parent 1510432503
commit a57a742935

View File

@@ -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}" .