Skip to content

Commit

Permalink
fix isFork
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Nov 6, 2017
1 parent f2c3eff commit 0f9c60b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions script/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ copyEmoji()
console.log('Copying static resources…')
copyStaticResources()

const isFork =
process.env.CIRCLE_PR_USERNAME ||
process.env.TRAVIS_SECURE_ENV_VARS !== 'true'
const isFork = process.env.CIRCLE_PR_USERNAME
if (
process.env.CIRCLE_BUILD_IMAGE &&
process.env.CIRCLE_BUILD_IMAGE === 'osx' &&
Expand Down

0 comments on commit 0f9c60b

Please sign in to comment.