Commit 54b41847 authored by Stan Hu's avatar Stan Hu

Merge branch 'let-docs-review-run' into 'master'

Allow docs review to run immediately

See merge request gitlab-org/gitlab!45610
parents a0411d92 903b0553
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
- .docs:rules:review-docs - .docs:rules:review-docs
image: ruby:2.6-alpine image: ruby:2.6-alpine
stage: review stage: review
dependencies: [] needs: []
variables: variables:
# We're cloning the repo instead of downloading the script for now # We're cloning the repo instead of downloading the script for now
# because some repos are private and CI_JOB_TOKEN cannot access files. # because some repos are private and CI_JOB_TOKEN cannot access files.
......
...@@ -24,7 +24,7 @@ webcast to learn about continuous methods and how GitLab’s built-in CI can hel ...@@ -24,7 +24,7 @@ webcast to learn about continuous methods and how GitLab’s built-in CI can hel
## Overview ## Overview
Continuous Integration works by pushing small code chunks to your Continuous Integration works by pushing small code chunks to your
application's code base hosted in a Git repository, and to every application's codebase hosted in a Git repository, and to every
push, run a pipeline of scripts to build, test, and validate the push, run a pipeline of scripts to build, test, and validate the
code changes before merging them into the main branch. code changes before merging them into the main branch.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment