Mentions légales du service

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

[dev] gitlab-ci: add G5K CA certificate

parent 5b380374
No related branches found
No related tags found
No related merge requests found
Pipeline #50028 passed
......@@ -9,8 +9,11 @@ validate-data:
- grid5000-docker
image: debian:stretch
script:
- apt-get update && apt-get -y install ruby rake ruby-hashdiff
- apt-get update && apt-get -y install ruby rake ruby-hashdiff wget
- gem install hash_validator
# Add G5K CA certificate
- wget --no-check-certificate -q https://www.grid5000.fr/certs/ca.grid5000.fr.crt -O /usr/local/share/ca-certificates/ca.grid5000.fr.crt
- /usr/sbin/update-ca-certificates
- rake valid:schema
- rake valid:duplicates
- rake valid:homogeneity
......
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