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:
image: alpine/helm:3.14.0
steps:
- name: Print Environment
run: env
- name: Clone repo manually
run: |
git clone "${CI_REPO_URL}" .
git fetch --tags
echo "Cloning repository $GITHUB_REPOSITORY..."
git clone "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" "$GITHUB_WORKSPACE"
cd "$GITHUB_WORKSPACE"
- name: Run Helm lint
run: |
helm lint ./duino-miner-helm
echo "Running helm lint on duino-miner-helm chart"
helm lint "$GITHUB_WORKSPACE/duino-miner-helm"