Skip to content

Commit

Permalink
fix(style): run standard
Browse files Browse the repository at this point in the history
  • Loading branch information
donny-dont authored and Realtin committed May 8, 2018
1 parent 6f47b75 commit 0ec78cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-services/drone.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
// i.e. the Greenkeeper commit
firstPush: shouldUpdate(),
// Is this a regular build
correctBuild: env.DRONE_BUILD_EVENT=== 'push',
correctBuild: env.DRONE_BUILD_EVENT === 'push',
// Should the lockfile be uploaded from this build
uploadBuild: env.DRONE_JOB_NUMBER.endsWith('1')
}

0 comments on commit 0ec78cd

Please sign in to comment.