Skip to content

Commit d93d7e9

Browse files
committed
fix branch name expansion
1 parent d3b65df commit d93d7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/build.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = {
5353
analyticsConfig: ANALYTICS_CONFIG,
5454
project: process.env.PROJECT,
5555
revision: process.env.REVISION,
56-
branch: process.env.BRANCH,
56+
branch: process.env.BRANCH_NAME,
5757
evgAwsKey: process.env.AWS_KEY,
5858
evgAwsSecret: process.env.AWS_SECRET,
5959
downloadCenterAwsKey: process.env.DOWNLOAD_CENTER_AWS_KEY,

0 commit comments

Comments
 (0)