Skip to content

Commit

Permalink
Fix git submodule issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Blind-Striker committed May 30, 2019
1 parent 821bb6f commit 346371f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions build/azure-pipelines.macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ pr:
pool:
name: Hosted macOS
steps:
- checkout: self
submodules: true
- task: Bash@3
displayName: 'Compile & Tests'
inputs:
Expand Down

0 comments on commit 346371f

Please sign in to comment.