Skip to content

Commit

Permalink
fix: add gitUrl to config
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 0ec78cd commit a3b997e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci-services/drone.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ module.exports = {
// Is this a regular build
correctBuild: env.DRONE_BUILD_EVENT === 'push',
// Should the lockfile be uploaded from this build
uploadBuild: env.DRONE_JOB_NUMBER.endsWith('1')
uploadBuild: env.DRONE_JOB_NUMBER.endsWith('1'),
// The git url
gitUrl: env.DRONE_REMOTE_URL
}

0 comments on commit a3b997e

Please sign in to comment.