Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
My-Blog
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmytro Bogatov
My-Blog
Commits
2d23007e
Commit
2d23007e
authored
Feb 4, 2017
by
Dmytro Bogatov
Browse files
Options
Downloads
Patches
Plain Diff
Fix CI.
parent
915a7f42
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.sh
+4
-1
4 additions, 1 deletion
build.sh
with
4 additions
and
1 deletion
build.sh
+
4
−
1
View file @
2d23007e
...
...
@@ -5,11 +5,14 @@ echo "Installing node modules... Requires NPM"
npm
install
--loglevel
=
error
>
/dev/null
echo
"Installing Bower components... Requires Bower (installed by NPM)"
$(
npm bin
)
/bower
install
--allow-root
>
/dev/null
$(
npm bin
)
/bower
install
--allow-root
>
/dev/null
2>/dev/null
echo
"Removing node modules..."
rm
-rf
node_modules
>
/dev/null
echo
"Installing gems... Requires Bundle"
bundle
install
echo
"Cleaning output directory... Requires Jekyll"
jekyll clean
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment