Skip to content

Commit

Permalink
Don't create env with name APP_CONFIGURATION_NAME yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeveen committed Apr 5, 2024
1 parent 5db8d86 commit 3f2b9e6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -329,10 +329,10 @@ fi

start_group "Adding variables to platform variable group"
if [ 0 == $return_code ]; then
APP_CONFIGURATION_NAME=$(config_value_with_key "deployer_app_config_name")
set_value_with_key "APP_CONFIGURATION_NAME" ${APP_CONFIGURATION_NAME}
APP_CONFIGURATION_RESOURCE_GROUP=$(config_value_with_key "created_resource_group_name")
set_value_with_key "APP_CONFIGURATION_RESOURCE_GROUP" ${APP_CONFIGURATION_RESOURCE_GROUP}
APP_CONFIGURATION_NAME_VALUE=$(config_value_with_key "deployer_app_config_name")
set_value_with_key "APP_CONFIGURATION_NAME" ${APP_CONFIGURATION_NAME_VALUE}
APP_CONFIGURATION_RESOURCE_GROUP_VALUE=$(config_value_with_key "created_resource_group_name")
set_value_with_key "APP_CONFIGURATION_RESOURCE_GROUP" ${APP_CONFIGURATION_RESOURCE_GROUP_VALUE}
fi
end_group

Expand Down

0 comments on commit 3f2b9e6

Please sign in to comment.