added gitlab runner

This commit is contained in:
2025-03-18 11:41:07 +03:00
parent 91703484ea
commit 3f3d6143b6
3 changed files with 72 additions and 0 deletions

8
gitlab/config.json Normal file
View File

@@ -0,0 +1,8 @@
{
"auths": {
"hub.cism-ms.ru": {
"username": "your-username",
"password": "your-password"
}
}
}