New project chat-gpt

This commit is contained in:
Artur 2024-10-20 19:36:41 +02:00
parent bda29e22c0
commit 27a8d4709f
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
def projects = [ def projects = [
"proxy-nginx", "proxy-nginx",
"arti-angular-app", "arti-angular-app",
"angular-services" "angular-services",
"chat-gpt"
] ]
def git_take( projects ){ def git_take( projects ){