Skip to content

Commit

Permalink
Logging the entire CI object
Browse files Browse the repository at this point in the history
  • Loading branch information
ethriel3695 committed Nov 27, 2023
1 parent 968b983 commit 1a583e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node-src/git/getCommitAndBranch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export default async function getCommitAndBranch(
log.debug('PR Branch: ', prBranch);
log.debug('CI Branch: ', ciBranch);
log.debug('GITHUB_HEAD_REF: ', GITHUB_HEAD_REF);
log.debug(envCi());

const isFromEnvVariable = CHROMATIC_SHA && CHROMATIC_BRANCH; // Our GitHub Action also sets these
const isTravisPrBuild = TRAVIS_EVENT_TYPE === 'pull_request';
Expand Down

0 comments on commit 1a583e9

Please sign in to comment.