Skip to content

Commit

Permalink
Update getOptions.js
Browse files Browse the repository at this point in the history
* Revert 3d83b4f#diff-55c2772ed44f17a0079fc5dabe37be63R29 to fix Travis fails due to missing git object
  • Loading branch information
nickmerwin committed Apr 21, 2020
1 parent 21f476c commit 7ffe6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/getOptions.js
Expand Up @@ -26,7 +26,7 @@ const getBaseOptions = cb => {
options.service_name = 'travis-ci';
options.service_job_id = process.env.TRAVIS_JOB_ID;
options.service_pull_request = process.env.TRAVIS_PULL_REQUEST;
git_commit = process.env.TRAVIS_COMMIT || 'HEAD';
git_commit = 'HEAD';
git_branch = process.env.TRAVIS_BRANCH;
}

Expand Down

0 comments on commit 7ffe6dc

Please sign in to comment.