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.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ad2828c7..37efba92 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -295,8 +295,8 @@ stylelint:
stage: test
script:
# Remove the first three lines so the frontmatter doesn't
- # cause SCSS Lint to throw errors. Also remove ERB code.
- - sed -i -E '1,3d;s/<%= .* %>//g' content/assets/stylesheets/*.scss
+ # cause stylelint to throw errors.
+ - sed -i -E '1,3d' content/assets/stylesheets/*.scss
- yarn run stylelint content/assets/stylesheets/*.scss
#