boom-deploy
Advanced tools
Comparing version 0.2.61 to 0.2.62
@@ -173,4 +173,6 @@ | ||
'then cd {{sharedPath}}/cached-copy &&', | ||
'git fetch -q origin && git fetch --tags -q origin &&', | ||
'git reset -q --hard {{head}} && git clean -q -d -f &&', | ||
'git fetch -q {{cloneUrl}} &&', | ||
'git fetch --tags -q {{cloneUrl}} &&', | ||
'git reset -q --hard {{head}} &&', | ||
'git clean -q -d -f &&', | ||
'git submodule update --init', | ||
@@ -177,0 +179,0 @@ 'else', |
@@ -23,4 +23,4 @@ var _ = require('lodash'); | ||
function hidePass(str){ | ||
str = str.replace(/(\s\-\-password\=)[^\s]+/, '$1***'); | ||
str = str.replace(/(https?\:\/\/)(.*)(\@.*)/, '$1***:***$3'); | ||
str = str.replace(/(\s\-\-password\=)[^\s]+/g, '$1***'); | ||
str = str.replace(/(https?\:\/\/)(.*)(\@.*)/g, '$1***:***$3'); | ||
return str; | ||
@@ -27,0 +27,0 @@ } |
{ | ||
"name": "boom-deploy", | ||
"main": "boom.js", | ||
"version": "0.2.61", | ||
"version": "0.2.62", | ||
"description": "deploy your app", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
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
86999
2450