File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -639,6 +639,7 @@ jobs:
639
639
export RI_CLOUD_IDP_GH_ID=$RI_CLOUD_IDP_GH_ID_STAGE
640
640
export RI_CLOUD_API_URL=$RI_CLOUD_API_URL_STAGE
641
641
export RI_CLOUD_CAPI_URL=$RI_CLOUD_CAPI_URL_STAGE
642
+ export RI_FEATURES_CONFIG_URL=$RI_FEATURES_CONFIG_URL_STAGE
642
643
643
644
if [ << parameters.env >> == 'stage' ]; then
644
645
RI_UPGRADES_LINK=$RI_UPGRADES_LINK_STAGE RI_SEGMENT_WRITE_KEY=$RI_SEGMENT_WRITE_KEY_STAGE yarn package:stage --linux << parameters.target >>
@@ -715,6 +716,7 @@ jobs:
715
716
export RI_CLOUD_CAPI_URL=$RI_CLOUD_CAPI_URL_STAGE
716
717
export RI_UPGRADES_LINK=''
717
718
export RI_SEGMENT_WRITE_KEY=''
719
+ export RI_FEATURES_CONFIG_URL=$RI_FEATURES_CONFIG_URL_STAGE
718
720
719
721
if [ << parameters.env >> == 'stage' ]; then
720
722
export RI_UPGRADES_LINK=$RI_UPGRADES_LINK_STAGE
@@ -796,6 +798,7 @@ jobs:
796
798
export RI_CLOUD_IDP_GH_ID=$RI_CLOUD_IDP_GH_ID_STAGE
797
799
export RI_CLOUD_API_URL=$RI_CLOUD_API_URL_STAGE
798
800
export RI_CLOUD_CAPI_URL=$RI_CLOUD_CAPI_URL_STAGE
801
+ export RI_FEATURES_CONFIG_URL=$RI_FEATURES_CONFIG_URL_STAGE
799
802
800
803
if [ << parameters.env >> == 'stage' ]; then
801
804
RI_UPGRADES_LINK=$RI_UPGRADES_LINK_STAGE RI_SEGMENT_WRITE_KEY=$RI_SEGMENT_WRITE_KEY_STAGE yarn package:stage --win << parameters.target >>
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ export default merge(baseConfig, {
83
83
RI_AI_CONVAI_TOKEN : 'RI_AI_CONVAI_TOKEN' in process . env ? process . env . RI_AI_CONVAI_TOKEN : '' ,
84
84
RI_AI_QUERY_USER : 'RI_AI_QUERY_USER' in process . env ? process . env . RI_AI_QUERY_USER : '' ,
85
85
RI_AI_QUERY_PASS : 'RI_AI_QUERY_PASS' in process . env ? process . env . RI_AI_QUERY_PASS : '' ,
86
+ RI_FEATURES_CONFIG_URL : 'RI_FEATURES_CONFIG_URL' in process . env ? process . env . RI_FEATURES_CONFIG_URL : '' ,
86
87
} ) ,
87
88
88
89
new webpack . DefinePlugin ( {
You can’t perform that action at this time.
0 commit comments