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

Commit 346371f

Browse files
committed
Fix git submodule issue
1 parent 821bb6f commit 346371f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "depedencies/localstack-dotnet-client"]
22
path = depedencies/localstack-dotnet-client
3-
url = git@github.com:localstack-dotnet/localstack-dotnet-client.git
3+
url = https://github.com/localstack-dotnet/localstack-dotnet-client.git
44
branch = v0.8.0.163

build/azure-pipelines.macos.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ pr:
1414
pool:
1515
name: Hosted macOS
1616
steps:
17-
- checkout: self
18-
submodules: true
1917
- task: Bash@3
2018
displayName: 'Compile & Tests'
2119
inputs:

0 commit comments

Comments
 (0)