Riorganizzazione Progetto pt.1

This commit is contained in:
marco.locatelli@steamware.net
2024-02-21 10:04:07 +01:00
parent 7ee6e03cbf
commit 236bcf195c
9 changed files with 0 additions and 14 deletions
-14
View File
@@ -1,14 +0,0 @@
#$head = @{"PRIVATE-TOKEN"="glpat-dQsUhS-GxNomkh1GnjHZ"}
#$projectCount=1
#$callUrl = "https://gitlab.steamware.net/api/v4/projects/" + $projectCount + "/remote_mirrors"
#$callUrl = "https://gitlab.steamware.net/"
#$Response = Invoke-WebRequest -URI $callUrl -Headers $head -ContentType "application/json" -UseBasicParsing
#Write-Output($Response)
$url = "https://*****:*****@gitlab-nembro.steamware.net/steamware/NKC.git"
$splitUrl = $url -split '.steamware.net/'
Write-Output $splitUrl[0]
Write-Output $splitUrl[1]