Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c256e766..591825af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -337,10 +337,7 @@ stylelint:
needs: []
stage: test
script:
- # Remove the first three lines so the frontmatter doesn't
- # cause stylelint to throw errors.
- - sed -i -E '1,3d' content/assets/stylesheets/*.scss
- - yarn run stylelint content/assets/stylesheets/*.scss
+ - scripts/run-stylelint.sh
#
# Yamllint of *.yml for .gitlab-ci.yml.