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
f8256b31
Commit
f8256b31
authored
5 years ago
by
Lucas Nussbaum
Browse files
Options
Downloads
Patches
Plain Diff
Revert "[gitlab-ci] rely on bundler and install the right gems."
This reverts commit
84fac7ee
.
parent
eb2336e8
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#91953
failed
5 years ago
Stage: validate
Stage: generate
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-6
4 additions, 6 deletions
.gitlab-ci.yml
with
4 additions
and
6 deletions
.gitlab-ci.yml
+
4
−
6
View file @
f8256b31
...
...
@@ -18,9 +18,8 @@ validate-data:
-
grid5000-docker
image
:
debian:buster
script
:
-
apt-get update && apt-get -y install ruby ruby-dev build-essential rake wget
-
gem install bundler
-
bundle install
-
apt-get update && apt-get -y install ruby rake ruby-hashdiff ruby-ipaddress wget
-
gem install hash_validator
# 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
...
...
@@ -34,9 +33,8 @@ generate-reference-api:
-
grid5000-docker
image
:
debian:buster
script
:
-
apt-get update && apt-get -y install ruby ruby-dev build-essential rake git
-
gem install bundler
-
bundle install
-
apt-get update && apt-get -y install ruby rake ruby-hashdiff git ruby-ipaddress
-
gem install hash_validator
-
export TZ=Europe/Paris
-
rake reference-api
-
git status
...
...
This diff is collapsed.
Click to expand it.
Lucas Nussbaum
@lnussbau
mentioned in commit
26bbab4a
·
5 years ago
mentioned in commit
26bbab4a
mentioned in commit 26bbab4ae60df5f41bb372fcb9ded246cacdbf39
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