@ioffice/tc-builder
Advanced tools
Comparing version 1.3.0-beta.1806221608 to 1.3.0-beta.1806221613
{ | ||
"name": "@ioffice/tc-builder", | ||
"version": "1.3.0-beta.1806221608", | ||
"version": "1.3.0-beta.1806221613", | ||
"description": "iOFFICE TeamCity Builder", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -93,5 +93,3 @@ "use strict"; | ||
} | ||
process.stdout.write("GITURL=" + gitUrl + "\n"); | ||
var _a = gitUrl.match(/(.*)\/(.*)\/(.*)\.git$/), owner = _a[2], repo = _a[3]; | ||
process.stdout.write("VALUES=[" + owner + "," + repo + "]\n"); | ||
return { owner: owner, repo: repo }; | ||
@@ -98,0 +96,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
107913
2563