Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 31ae2e53 authored by Lucas Nussbaum's avatar Lucas Nussbaum
Browse files

add .gitlab-ci.yml

parent 86eeb27f
No related branches found
No related tags found
No related merge requests found
Pipeline #42021 passed
generate-reference-api:
tags:
- docker
image: debian:stretch
script:
- apt-get update && apt-get -y install ruby rake ruby-hashdiff git
- gem install hash_validator
- rake reference-api
- git status # TODO complain if we have uncommitted changes?
- git diff
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