Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Yohan Jarosz
Testappreview
Commits
56324783
Commit
56324783
authored
Apr 07, 2020
by
Yohan Jarosz
🐶
Browse files
Merge branch 'anothertest' into 'master'
Anothertest See merge request
!3
parents
ddc9132a
9cf2246c
Pipeline
#24616
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
56324783
# App-review setup with Jekyll
> Visual review is working only for public projects: support for private is [planned](https://gitlab.com/gitlab-org/gitlab/-/issues/42750).
> Review app will work on merge requests.
1.
Ask a sysadmin to enable the review-app runner for your project.
2.
Copy the
`.gitlab-ci.yml`
parts to your CI configuration.
> Visual review is working only for public projects: support for private is [planned](https://gitlab.com/gitlab-org/gitlab/-/issues/42750).
3.
Add the
`head.html`
in your jekyll
`_includes`
or create it. The relevant part is:
> Review app will work on merge requests.
\ No newline at end of file
```
{%- if jekyll.environment == "review" -%}
<script defer
data-project-id='{{site.project_id}}'
data-project-path='{{site.project_namespace}}'
data-merge-request-id='{{site.mr_id}}'
data-mr-url='{{site.gitlab_host}}'
id='review-app-toolbar-script'
src='{{site.gitlab_host}}/assets/webpack/visual_review_toolbar.js'></script>
{%- endif -%}
```
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment