Commit 5e7f540b by 李二毛

Merge branch 'development' into 'staging'

Development

See merge request liermao/microservice-autodevopspipelines!75
parents 8f71628b 8a81a27e
Pipeline #4251 passed with stages
in 20 seconds
......@@ -28,6 +28,8 @@ else
if [ "${isPublishable}" == "1" ];
then
echo ""
echo "Tips: ${serviceName} begin synchronizing config!!!"
GetServiceDir ${servicePrefix} ${serviceName} serviceDir
CreateConfig ${Environment} ${namespace} ${k8sApiServer} ${serviceDir} ${servicePrefix} ${accessToken}
else
......
......@@ -11,7 +11,7 @@ using Microsoft.Extensions.Logging;
namespace Catalog.API
{
public class Program
{
{
public static void Main(string[] args)
{
CreateWebHostBuilder(args).Build().Run();
......
......@@ -13,7 +13,7 @@ namespace Identity.API
public class Program
{
public static void Main(string[] args)
{
{
CreateWebHostBuilder(args).Build().Run();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment