This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ozone-helm-charts.git
The following commit(s) were added to refs/heads/main by this push:
new 30d464c HDDS-15856. failed linting charts: must be in a git
repository (#40)
30d464c is described below
commit 30d464c69fb648201e1381ce5703e5afb02e562a
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Jul 14 17:01:49 2026 +0200
HDDS-15856. failed linting charts: must be in a git repository (#40)
---
.github/workflows/test.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 2ca7f5a..dc43ec1 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -59,7 +59,7 @@ jobs:
- name: Run chart-testing (lint)
if: env.test_scope != ''
run: |
- $DOCKER_COMMAND -v $(pwd):/data $CT_IMAGE \
+ $DOCKER_COMMAND -v $(pwd):/data --user $(id -u) $CT_IMAGE \
ct lint $test_scope --validate-maintainers=false
--check-version-increment=false
- name: Set up Helm
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]