You'll find extensive information about Git commit conventions on the [reference documentation website](https://orange-opensource.gitlab.io/tbc/doc/dev/workflow/#git-commit-guidelines).
You'll find extensive information about Git commit conventions on the [reference documentation website](https://to-be-continuous.gitlab.io/doc/dev/workflow/#git-commit-guidelines).
### Coding Guidelines
The extensive _to be continuous_ coding guidelines can be found on the [reference documentation website](https://orange-opensource.gitlab.io/tbc/doc/dev/guidelines/).
The extensive _to be continuous_ coding guidelines can be found on the [reference documentation website](https://to-be-continuous.gitlab.io/doc/dev/guidelines/).
@@ -48,7 +48,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
-project:'Orange-OpenSource/tbc/ansible'
-project:'to-be-continuous/ansible'
ref:'1.1.0'
file:'/templates/gitlab-ci-ansible.yml'
@@ -234,7 +234,7 @@ Here are its parameters:
* Review environment enabled,
***Continuous deployment** to production.
Examples are available in the [sample section](/Orange-OpenSource/tbc/samples?utf8=%E2%9C%93&filter=ansible)
Examples are available in the [sample section](/to-be-continuous/samples?utf8=%E2%9C%93&filter=ansible)
### Deploy and configure your infrastructure components
@@ -242,7 +242,7 @@ The `gitlab-ci` in this example, will show use how to configure the template to
```yaml
include:
-project:'Orange-OpenSource/tbc/ansible'
-project:'to-be-continuous/ansible'
ref:'1.1.0'
file:'/templates/gitlab-ci-ansible.yml'
@@ -320,10 +320,10 @@ In the `.gitlab-ci.yml` add the docker template to build your image:
```yaml
include:
-project:'Orange-OpenSource/tbc/ansible'
-project:'to-be-continuous/ansible'
ref:'1.1.0'
file:'/templates/gitlab-ci-ansible.yml'
-project:'Orange-OpenSource/tbc/docker'
-project:'to-be-continuous/docker'
ref:'1.1.0'
file:'/templates/gitlab-ci-docker.yml'
@@ -356,7 +356,7 @@ stages:
-production
```
By default, the docker template will push the image in the Gitlab docker registry. Please visit, the docker template page to get more information on [Docker Template](https://gitlab.com//Orange-OpenSource/tbc/docker)
By default, the docker template will push the image in the Gitlab docker registry. Please visit, the docker template page to get more information on [Docker Template](https://gitlab.com//to-be-continuous/docker)
#### Application repository
@@ -364,7 +364,7 @@ Add this `.gitlab-ci.yml` in the repository of your application project (you wil