Files
charts/.gitlab
ducoterra fe8db45abd Fix PROJECT_NAME variable
PROJECT_NAME variable wasn't working. Fixed.
2021-11-02 15:04:55 -04:00
..
2021-11-02 15:04:55 -04:00
2021-11-02 11:57:26 -04:00

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