Skip to content
Snippets Groups Projects
Commit 93bc8534 authored by Sören Henning's avatar Sören Henning
Browse files

Install gems in pipeline

parent ab8226e2
No related branches found
No related tags found
2 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!152Adjust Benchmark Definitions for Operator
Pipeline #3863 canceled
......@@ -20,12 +20,17 @@ stages:
build-docs:
stage: build
image: jekyll/jekyll
image: ruby:2.7
tags:
- exec-docker
script:
cache:
paths:
- vendor/
before_script:
- cd docs
- bundle exec jekyll build
- gem install bundler
- bundle install --path vendor
script: bundle exec jekyll build
# Theodolite Helm Chart
......
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