Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
fix: fix netlify branch recuperation
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 11, 2019
1 parent 6572788 commit 9103f68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/webpack-plugin/src/services/netlify.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ export function config() {
name: 'Netlify',
service: 'netlify',
commit: process.env.COMMIT_REF,
branch: process.env.BRANCH,
branch: process.env.HEAD,
build_url: process.env.DEPLOY_URL,
root: process.env.WORKSPACE,
pr: process.env.REVIEW_ID,
}
}

0 comments on commit 9103f68

Please sign in to comment.