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
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
grid5000
reference-repository
Commits
48007800
Verified
Commit
48007800
authored
11 months ago
by
Philippe Virouleau
Browse files
Options
Downloads
Patches
Plain Diff
[ci] DRY get g5k certificates
parent
734f9123
Branches
Branches containing commit
No related tags found
1 merge request
!728
Generate access rules data in reference repository
Pipeline
#996140
passed
11 months ago
Stage: lint
Stage: validate
Stage: generate
Stage: deploy
Stage: checks
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-5
3 additions, 5 deletions
.gitlab-ci.yml
with
3 additions
and
5 deletions
.gitlab-ci.yml
+
3
−
5
View file @
48007800
...
...
@@ -27,14 +27,14 @@ include:
-
apt-get update && apt-get -y --no-install-recommends install build-essential wget git ruby ruby-dev bundler rake gpg clustershell graphviz
# Call the original before_script section
-
!reference
[
.base
,
before_script
]
# 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
validate-data
:
extends
:
.template-refrepo
stage
:
validate
script
:
# 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
-
bundle exec rake valid:schema
-
bundle exec rake valid:duplicates
...
...
@@ -86,6 +86,4 @@ valid-homogeneity:
stage
:
checks
extends
:
.template-refrepo
script
:
-
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
-
bundle exec rake valid:homogeneity
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