Update
Some checks failed
Test Helm Chart / helm-lint (push) Failing after 3s

This commit is contained in:
2025-09-14 12:30:59 +02:00
parent a57a742935
commit 7e56d26622

View File

@@ -12,14 +12,13 @@ jobs:
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}" . echo "Cloning repository $GITHUB_REPOSITORY..."
git fetch --tags git clone "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" "$GITHUB_WORKSPACE"
cd "$GITHUB_WORKSPACE"
- name: Run Helm lint - name: Run Helm lint
run: | run: |
helm lint ./duino-miner-helm echo "Running helm lint on duino-miner-helm chart"
helm lint "$GITHUB_WORKSPACE/duino-miner-helm"