Skip to content
Snippets Groups Projects
Verified Commit 4ca8f165 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

add bundle install command

parent a47b7a22
No related branches found
No related tags found
1 merge request!59Regular merge of develop
Pipeline #18844 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment