[Pkg-javascript-commits] [node-coveralls] 222/332: Use HEAD to pick up git info
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 9 13:54:03 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 b4d5479e72c0605c7ee252caa154d227e39adec5
Author: Dale Harvey <dale at arandomurl.com>
Date: Fri Oct 16 13:45:12 2015 +0200
Use HEAD to pick up git info
---
lib/getOptions.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/getOptions.js b/lib/getOptions.js
index 42a3de1..84a52a5 100644
--- a/lib/getOptions.js
+++ b/lib/getOptions.js
@@ -18,7 +18,7 @@ var getBaseOptions = function(cb){
if (process.env.TRAVIS){
options.service_name = 'travis-ci';
options.service_job_id = process.env.TRAVIS_JOB_ID;
- git_commit = process.env.TRAVIS_COMMIT;
+ git_commit = 'HEAD';
git_branch = process.env.TRAVIS_BRANCH;
}
--
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