... | ... | @@ -18,7 +18,7 @@ This command have following subcommands: |
|
|
- `ci-review-app dep <git url> [branch]` add addons from specified git repository to review container. These addons will not be installed automatically, but they will be available to be used as dependencies for project addons.
|
|
|
- `ci-review-app stop` stop running review. Usualy used in `stop_review` job to stop environment.
|
|
|
|
|
|
### Example
|
|
|
### Example `.gitlab-ci.yml` jobs
|
|
|
|
|
|
```yml
|
|
|
.deploy_review_definition: &deploy_review_definition
|
... | ... | |