47dea4876f6a86ee9cc55c3e0c3d7e75ba2b6885
Add automated add and commit to chart-release.
Adding the "common" subtree as your .gitlab folder
# Add the subtree as a remote
git remote add common git@gitlab.ducoterra.net:services/common.git
git subtree add --prefix .gitlab common main
# Now you can run the following to update
make make-update
Description
Languages
Makefile
100%