Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Website
poul.org
Commits
c7d405a2
Verified
Commit
c7d405a2
authored
Apr 23, 2020
by
Davide Depau
Browse files
Jekyll 2>&1 | grep -v so maybe it shuts up
parent
3aae0664
Pipeline
#577
failed with stage
in 2 minutes and 2 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c7d405a2
...
...
@@ -20,7 +20,7 @@ before_script:
-
npm install
-
bundle install
-
./scripts/ci_fix_baseurl.sh
-
jekyll build -d public | grep -v 'Using the last argument as keyword parameters is deprecated'
-
jekyll build -d public
2>&1
| grep -v 'Using the last argument as keyword parameters is deprecated'
-
./scripts/purgecss.sh public
-
./scripts/minifycssjs.sh public
-
./scripts/add_mailinglist_symlink.sh public
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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