Merge Develop to prepare V3 #77

Merged
metal3d merged 98 commits from develop into master 2024-10-29 16:45:05 +00:00
5 changed files with 0 additions and 21 deletions
Showing only changes of commit c31299197f - Show all commits

9
.gitmodules vendored
View File

@@ -1,9 +0,0 @@
[submodule "test/bats"]
path = test/bats
url = https://github.com/bats-core/bats-core.git
[submodule "test/test_helper/bats-support"]
path = test/test_helper/bats-support
url = https://github.com/bats-core/bats-support.git
[submodule "test/test_helper/bats-assert"]
path = test/test_helper/bats-assert
url = https://github.com/bats-core/bats-assert.git

Submodule test/bats deleted from e9fd17a707

View File

@@ -1,9 +0,0 @@
@test "generating and linting examples" {
for d in $(find ../examples/ -maxdepth 1 -mindepth 1 -type d); do
pushd $d
rm -rf chart
go run ../../cmd/katenary convert -f
helm lint chart
popd
done
}