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