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
26bbab4a
Commit
26bbab4a
authored
5 years ago
by
Lucas Nussbaum
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Revert "[gitlab-ci] rely on bundler and install the right gems.""
This reverts commit
f8256b31
.
parent
b8fd9830
No related branches found
No related tags found
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 @
26bbab4a
...
@@ -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.
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