This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user