Skip to content

Commit

Permalink
Add more linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyannn committed Dec 31, 2023
1 parent db6e53e commit 73bb3eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
extends: default

ignore-from-file: .gitignore

rules:
comments: disable
document-start: disable
line-length: disable
4 changes: 2 additions & 2 deletions local_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env sh
rm -rf build && mkdir -p build
cd build && git clone --depth 1 [email protected]:ilyannn/publish-secret-docs.git && cd -
cd build && git clone --depth 1 [email protected]:ilyannn/hetzner-k3s-main.git && cd -
cd build && git clone --depth 1 [email protected]:ilyannn/publish-secret-docs.git && cd - || exit
cd build && git clone --depth 1 [email protected]: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

0 comments on commit 73bb3eb

Please sign in to comment.