chore(gitea): run on k8s

This commit is contained in:
Michele Cereda
2024-08-28 18:33:04 +02:00
parent 753dadce19
commit 01b1508ab4
5 changed files with 15 additions and 0 deletions

4
snippets/cut.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env sh
# limit strings to some length
echo 'some string longer than 20 characters' | cut -c '1-20'