Update password in gitlab x commit

This commit is contained in:
Samuele Locatelli
2023-02-03 11:38:53 +01:00
parent 95f59c9af9
commit cb6d388132
+1 -1
View File
@@ -26,7 +26,7 @@ variables:
if (! [String]::IsNullOrWhiteSpace($hasSource)) {
dotnet nuget remove source nexus-proxy-v3
}
dotnet nuget add source https://nexus.steamware.net/repository/nuget-group-3/index.json -n "Steamware Nexus" -u nugetUser -p viaDante16 --store-password-in-clear-text
dotnet nuget add source https://nexus.steamware.net/repository/nuget-group-3/index.json -n "Steamware Nexus" -u nugetUser -p $NEXUS_PASSWD --store-password-in-clear-text
echo "Steamware Nexus Source added"
# helper x fix version number