diff --git a/.yamllint b/.yamllint new file mode 100644 index 0000000..e21b454 --- /dev/null +++ b/.yamllint @@ -0,0 +1,8 @@ +extends: default + +ignore-from-file: .gitignore + +rules: + comments: disable + document-start: disable + line-length: disable diff --git a/local_build.sh b/local_build.sh index c4256f7..617d12c 100644 --- a/local_build.sh +++ b/local_build.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh rm -rf build && mkdir -p build -cd build && git clone --depth 1 git@github.com:ilyannn/publish-secret-docs.git && cd - -cd build && git clone --depth 1 git@github.com:ilyannn/hetzner-k3s-main.git && cd - +cd build && git clone --depth 1 git@github.com:ilyannn/publish-secret-docs.git && cd - || exit +cd build && git clone --depth 1 git@github.com:ilyannn/hetzner-k3s-main.git && cd - || exit podman build . -t registry.cluster.megaver.se/library/hetzner-k3s-docs-webserver:latest-arm64 --override-arch=arm64 --override-os=linux podman build . -t registry.cluster.megaver.se/library/hetzner-k3s-docs-webserver:latest-amd64