Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a159f5d2 authored by Lucas Nussbaum's avatar Lucas Nussbaum Committed by Jonathan Pastor
Browse files

Do not install development gems

parent 601aef5a
No related branches found
No related tags found
1 merge request!6WIP: Features/oar gpus
......@@ -20,7 +20,7 @@ validate-data:
script:
- apt-get update && apt-get -y install ruby ruby-dev build-essential rake wget
- gem install bundler -v 1.17.3
- bundle install
- bundle install --without development
# Add G5K CA certificate
- wget --no-check-certificate -q https://www.grid5000.fr/certs/ca2019.grid5000.fr.crt -O /usr/local/share/ca-certificates/ca2019.grid5000.fr.crt
- /usr/sbin/update-ca-certificates
......@@ -35,7 +35,7 @@ generate-reference-api:
script:
- apt-get update && apt-get -y install ruby ruby-dev build-essential rake git
- gem install bundler -v 1.17.3
- bundle install
- bundle install --without development
- export TZ=Europe/Paris
- rake reference-api
- git status
......
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