From 346371f5a0769ba05296d41ecef05628880e40ba Mon Sep 17 00:00:00 2001 From: "deniz_irgin@yahoo.com" Date: Thu, 30 May 2019 23:34:08 +0300 Subject: [PATCH] Fix git submodule issue --- .gitmodules | 2 +- build/azure-pipelines.macos.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8786d81..657dfac 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "depedencies/localstack-dotnet-client"] path = depedencies/localstack-dotnet-client - url = git@github.com:localstack-dotnet/localstack-dotnet-client.git + url = https://github.com/localstack-dotnet/localstack-dotnet-client.git branch = v0.8.0.163 diff --git a/build/azure-pipelines.macos.yml b/build/azure-pipelines.macos.yml index 4005780..3d93779 100644 --- a/build/azure-pipelines.macos.yml +++ b/build/azure-pipelines.macos.yml @@ -14,8 +14,6 @@ pr: pool: name: Hosted macOS steps: - - checkout: self - submodules: true - task: Bash@3 displayName: 'Compile & Tests' inputs: