diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-06-25 15:55:09 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-06-25 16:35:25 +0200 |
commit | e0af4c19829829583240d9c59c821435d8e0f31e (patch) | |
tree | b726d215e7a808d627eaafc9d1dfa9330d12b670 /.gitlab-ci.yml | |
parent | cab5374b0582db7fc97afb1a78ae0ae2fc41fc9e (diff) | |
download | gitlab-ce-e0af4c19829829583240d9c59c821435d8e0f31e.tar.gz |
Document how the new automatic review apps for docs work
This was missed from
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20130
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba8a5c290ea..8703ef6823a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -310,7 +310,7 @@ review-docs-cleanup: when: manual script: - gem install gitlab --no-ri --no-rdoc - - ./SCRIPT_NAME cleanup + - ./$SCRIPT_NAME cleanup ## # Trigger a docker image build in CNG (Cloud Native GitLab) repository |