Skip to content
Snippets Groups Projects
Commit e120b008 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'ruby23' into 'master'

Ruby 2.3



See merge request !2
parents a49a21d1 6f3ebcb6
No related branches found
No related tags found
No related merge requests found
image: ruby:2.3
test:
stage: test
script:
- gem install jekyll
- jekyll build -d test
artifacts:
paths:
- test
except:
- master
pages:
stage: deploy
image: ruby:2.1
script:
- gem install jekyll
- jekyll build -d public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment