Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reference-repository
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
grid5000
reference-repository
Commits
84fac7ee
Commit
84fac7ee
authored
6 years ago
by
DELABROYE Dimitri
Browse files
Options
Downloads
Patches
Plain Diff
[gitlab-ci] rely on bundler and install the right gems.
parent
78b6a6ba
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-4
6 additions, 4 deletions
.gitlab-ci.yml
with
6 additions
and
4 deletions
.gitlab-ci.yml
+
6
−
4
View file @
84fac7ee
...
@@ -18,8 +18,9 @@ validate-data:
...
@@ -18,8 +18,9 @@ validate-data:
-
grid5000-docker
-
grid5000-docker
image
:
debian:buster
image
:
debian:buster
script
:
script
:
-
apt-get update && apt-get -y install ruby rake ruby-hashdiff ruby-ipaddress wget
-
apt-get update && apt-get -y install ruby ruby-dev build-essential rake wget
-
gem install hash_validator
-
gem install bundler
-
bundle install
# Add G5K CA certificate
# 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
-
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
-
/usr/sbin/update-ca-certificates
...
@@ -33,8 +34,9 @@ generate-reference-api:
...
@@ -33,8 +34,9 @@ generate-reference-api:
-
grid5000-docker
-
grid5000-docker
image
:
debian:buster
image
:
debian:buster
script
:
script
:
-
apt-get update && apt-get -y install ruby rake ruby-hashdiff git ruby-ipaddress
-
apt-get update && apt-get -y install ruby ruby-dev build-essential rake git
-
gem install hash_validator
-
gem install bundler
-
bundle install
-
export TZ=Europe/Paris
-
export TZ=Europe/Paris
-
rake reference-api
-
rake reference-api
-
git status
-
git status
...
...
This diff is collapsed.
Click to expand it.
Lucas Nussbaum
@lnussbau
mentioned in commit
f8256b31
·
5 years ago
mentioned in commit
f8256b31
mentioned in commit f8256b31e3c60dba9d9c1fc558dc7103c139d430
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment