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

Commit 9103f68

Browse files
committed
fix: fix netlify branch recuperation
1 parent 6572788 commit 9103f68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/webpack-plugin/src/services/netlify.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ export function config() {
77
name: 'Netlify',
88
service: 'netlify',
99
commit: process.env.COMMIT_REF,
10-
branch: process.env.BRANCH,
10+
branch: process.env.HEAD,
1111
build_url: process.env.DEPLOY_URL,
12-
root: process.env.WORKSPACE,
1312
pr: process.env.REVIEW_ID,
1413
}
1514
}

0 commit comments

Comments
 (0)