Repositories
Repositories are checked out locally in a local folder configured in your env file.
The folder structure for local development is:
- dev-ansible
- customer-repos
- 4065
- master => git clone git@gitlab.true.nl:dev-ansible/customer-repos/4056.git
- templates
- master => git clone git@gitlab.true.nl:dev-ansible/templates.git
Note that each branch gets its own directory in the repository.
When a change is made a new branch is created:
- dev-ansible
- customer-repos
- 4065
- master
- 389d88fa938 => new branch with change.
- templates
- master
When the change is deployed it is merged into master.