Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
howto-cards
Commits
4ca8f165
Verified
Commit
4ca8f165
authored
Jan 07, 2020
by
Laurent Heirendt
✈
Browse files
add bundle install command
parent
a47b7a22
Pipeline
#18844
passed with stage
in 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.ci/deploy.sh
View file @
4ca8f165
...
...
@@ -16,6 +16,7 @@ for branch in $(git for-each-ref --format='%(refname:strip=3)' refs/remotes); do
git reset
--hard
$branch
# build the website
bundle
install
bundle
exec
jekyll build
--baseurl
=
"howto-cards/
$artefact
"
-d
"public/
$artefact
"
if
[[
$branch
==
"master"
]]
;
then
...
...
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