Don't use remote common
We're not going to allow remote updates so don't bother with remote common.
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
```bash
|
||||
# Add the subtree as a remote
|
||||
git remote add common git@gitlab.ducoterra.net:services/common.git
|
||||
git subtree add --prefix .gitlab common main --squash --message "Add Common .gitlab Subtree"
|
||||
git subtree add --prefix .gitlab git@gitlab.ducoterra.net:services/common.git main --squash --message "Add Common .gitlab Subtree"
|
||||
|
||||
# Now you can run the following to update
|
||||
make make-update
|
||||
|
||||
Reference in New Issue
Block a user