Skip to content

Commit 7ddb092

Browse files
committed
removed accidental commit
1 parent e06a1b7 commit 7ddb092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/helm-unittests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ CHART_DIR="$(cd "$(dirname "$0")/.." && pwd)"
55
echo "$CHART_DIR"
66

77
echo "Running Helm unittests"
8-
docker run --entrypoint "/bin/sh" -it --rm -v $CHART_DIR/charts:/charts alpine/helm:3.19.0 -c 'helm plugin install https://github.com/helm-unittest/helm-unittest.git --version 1.0.1 && helm unittest /charts/gitops-runtime -f tests/external_argocd_test.yaml'
8+
docker run --entrypoint "/bin/sh" -it --rm -v $CHART_DIR/charts:/charts alpine/helm:3.19.0 -c 'helm plugin install https://github.com/helm-unittest/helm-unittest.git --version 1.0.1 && helm unittest /charts/gitops-runtime'

0 commit comments

Comments
 (0)