Skip to content

Commit

Permalink
Fix tests, again
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Sep 28, 2022
1 parent a612323 commit d2a1400
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,8 @@ const jitsuEventPayload = async ({
extra: {
...extraRest,
ci: guessCI(),
container: isDocker(),
container_image:
process.env._CML_CONTAINER_IMAGE === 'true' ? 'cml' : undefined
container:
process.env._CML_CONTAINER_IMAGE === 'true' ? 'cml' : isDocker()
}
};
} catch (err) {
Expand Down

2 comments on commit d2a1400

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.