-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
066f21d
commit 5234d98
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "contracts/cdc-consumer"] | ||
path = spec/integration/contracts/cdc-consumer | ||
url = [email protected]:delitescere/cdc-consumer-contracts-for-provider.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
The provider of the service. | ||
|
||
> git submodule add [email protected]:delitescere/cdc-consumer-contracts-for-provider.git spec/integration/contracts/cdc-consumer | ||
|
||
* Alter the reference in .gitmodules to: | ||
[submodule "contracts/cdc-consumer"] | ||
|