Skip to content
Snippets Groups Projects
Commit 2901ad41 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Update .gitlab-ci.yml

parent 64f0202d
No related branches found
No related tags found
2 merge requests!16Develop,!14Update .gitlab-ci.yml
Pipeline #17828 passed
This commit is part of merge request !14. Comments created here will be created in the context of that merge request.
...@@ -5,7 +5,7 @@ build the website: ...@@ -5,7 +5,7 @@ build the website:
stage: build stage: build
before_script: before_script:
- gem install bundler -v2.0.2 - gem install bundler -v2.0.2
- bundle install && bundle update - bundle install && bundle update jekyll-theme-lcsb-default && bundle update jekyll-theme-lcsb-frozen-components
script: script:
- 'echo "baseurl: /$CI_PROJECT_NAME" >> _config_ci.yml' - 'echo "baseurl: /$CI_PROJECT_NAME" >> _config_ci.yml'
- 'echo "url: https://$CI_PROJECT_NAMESPACE.$CI_PAGES_DOMAIN" >> _config_ci.yml' - 'echo "url: https://$CI_PROJECT_NAMESPACE.$CI_PAGES_DOMAIN" >> _config_ci.yml'
......
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