[Pkg-javascript-commits] [node-coveralls] 58/332: remove run_at property for now to debug.
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 9 13:53:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-coveralls.
commit 85303657382785b0bcc95f98e8e448c6bed465f4
Author: cainus <gregg at caines.ca>
Date: Sat Jun 22 13:59:29 2013 -0700
remove run_at property for now to debug.
---
lib/getOptions.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/getOptions.js b/lib/getOptions.js
index fa294b1..9d552ea 100644
--- a/lib/getOptions.js
+++ b/lib/getOptions.js
@@ -24,7 +24,7 @@ var getOptions = function(){
options.git = process.env.COVERALLS_SERVICE_JOB_ID;
}
- options.run_at = process.env.COVERALLS_RUN_AT || JSON.stringify(new Date()).slice(1, -1);
+ //options.run_at = process.env.COVERALLS_RUN_AT || JSON.stringify(new Date()).slice(1, -1);
if (process.env.service_name){
options.service_name = service_name;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coveralls.git
More information about the Pkg-javascript-commits
mailing list