Mentions légales du service

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

Add more CI on reference-repository

parent 198ce289
No related branches found
No related tags found
No related merge requests found
Pipeline #43157 passed
stages:
- validate
- generate
validate-data:
stage: validate
tags:
- docker
image: debian:stretch
script:
- apt-get update && apt-get -y install ruby rake ruby-hashdiff
- gem install hash_validator
- cd generators/input-validators/
- ruby yaml-input-schema-validator.rb
- ruby yaml-input-find-duplicates.rb
generate-reference-api: generate-reference-api:
stage: generate
tags: tags:
- docker - docker
image: debian:stretch image: debian:stretch
script: script:
- apt-get update && apt-get -y install ruby rake ruby-hashdiff git - apt-get update && apt-get -y install ruby rake ruby-hashdiff git
- gem install hash_validator - gem install hash_validator
- export TZ=Europe/Paris
- rake reference-api - rake reference-api
- git status # TODO complain if we have uncommitted changes? - git status
- git diff - git diff --exit-code
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