Add an example url for the git add remote.
This commit is contained in:
parent
f7e7f73e84
commit
c6632e55c4
|
|
@ -65,5 +65,6 @@ sed -i "s,^\(GIT_COMMIT_OPTIONS=\).*,\1\"origin\"," /etc/etckeeper/etckeeper.con
|
|||
cd /etc/ && etckeeper init
|
||||
|
||||
# Add gitlab remote
|
||||
# git remote add origin git@gitlab.com:almostengr/blueprint-etc.git
|
||||
git remote add origin ${PROJECT_URL}/${PROJECT_NAME}.git
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue