-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
0674ad0
commit d1ca75d
Showing
3 changed files
with
7 additions
and
2 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 |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "angular-fullstack-deps"] | ||
path = angular-fullstack-deps | ||
url = [email protected]:angular-fullstack/angular-fullstack-deps.git | ||
[submodule "ci/angular-fullstack-dockerfile"] | ||
path = ci/angular-fullstack-dockerfile | ||
url = [email protected]:angular-fullstack/angular-fullstack-dockerfile.git | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
JeremyMarshall
via email
Author
Collaborator
|
Submodule angular-fullstack-dockerfile
added at
7423fb
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
is there a reason this needs to be in the
ci
subfolder? Why not just keep it at the root like the other submodule?