Commit fa2fbf75 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: fix broken links

parent bed558ee
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -150,8 +150,6 @@ Here are variables supported to configure review environments:
| `review-push-args` / `CF_REVIEW_PUSH_ARGS`                   | Additional arguments for push command  | `$CF_DEFAULT_PUSH_ARGS` |
| `review-retired-app-suffix` / `CF_REVIEW_RETIRED_APP_SUFFIX` | If set, the app old version is not deleted/overriden but renamed with this suffix | _none_ |

Note: By default review `environment.url` will be built as `${CF_REVIEW_ENVIRONMENT_SCHEME}://${$CI_PROJECT_NAME}-${CI_ENVIRONMENT_SLUG}.${CF_REVIEW_ENVIRONMENT_DOMAIN}/${CF_REVIEW_ROUTE_PATH}`

#### Integration environment

The integration environment is the environment associated to your integration branch (`develop` by default).
@@ -258,7 +256,7 @@ Deployment hook scripts may use the following environment variables:
* `$hostname`: the current hostname being used during the deployment in this environment 
* `$domain`: the Cloud Foundry domain being used during the deployment in this environment
* `$routepath`: the Cloud Foundry route path being used during the deployment in this environment
* any [GitLab CI environment](https://docs.gitlab.com/ee/ci/variables/#predefined-environment-variables).
* any [GitLab CI environment](https://docs.gitlab.com/ee/ci/variables/predefined_variables.html).

#### cleanup hooks

@@ -270,7 +268,7 @@ The following hook scripts are supported on **cleanup jobs**:
Cleanup hook scripts may use the following environment variables:

* `$environment_name`: the name of the application in this environment
* any [GitLab CI environment](https://docs.gitlab.com/ee/ci/variables/#predefined-environment-variables).
* any [GitLab CI environment](https://docs.gitlab.com/ee/ci/variables/predefined_variables.html).

##### Cleanup job limitations