From 73bb3eb165029f8e4739917491e460a46721794e Mon Sep 17 00:00:00 2001 From: Ilya Nikokoshev Date: Sun, 31 Dec 2023 03:55:29 +0100 Subject: [PATCH] Add more linting fixes --- .yamllint | 8 ++++++++ local_build.sh | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .yamllint 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