initial commit

This commit is contained in:
2026-07-13 10:13:26 +02:00
commit b807ab2022
21 changed files with 2348 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
case "$1" in
*sername*) printf '%s\n' "${CI_GIT_USERNAME:-oauth2}" ;;
*) printf '%s\n' "$CI_GIT_TOKEN" ;;
esac