Initial commit.
ci/woodpecker/tag/build Pipeline was successful

This commit is contained in:
2026-07-24 20:15:08 +05:00
commit e24afd9f98
9 changed files with 172 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
for file in /etc/s6/*/finish; do
$file
done