Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit de70a96

Browse files
author
vikasrohit
committed
Branch name fix for qa env
1 parent bd8bdae commit de70a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (CI === 'master') {
66
process.env.ENV = 'PROD'
77
process.env.DOMAIN = 'topcoder.com'
88
process.env.NODE_ENV = 'production'
9-
} else if (CI === 'qa') {
9+
} else if (CI === 'qa-integration') {
1010
process.env.ENV = 'QA'
1111
process.env.DOMAIN = 'topcoder-qa.com'
1212
process.env.NODE_ENV = 'production'

0 commit comments

Comments
 (0)