Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
blog.limos.fr
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Vincent MAZENOD
blog.limos.fr
Commits
41ff9ac0
Commit
41ff9ac0
authored
2 years ago
by
Vincent Mazenod
Browse files
Options
Downloads
Patches
Plain Diff
update gitlab ci
parent
47dcbbc3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#9287
passed with warnings
2 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+16
-1
16 additions, 1 deletion
.gitlab-ci.yml
with
16 additions
and
1 deletion
.gitlab-ci.yml
+
16
−
1
View file @
41ff9ac0
...
...
@@ -7,10 +7,25 @@ cache:
build
:
stage
:
build
script
:
-
apt update
# dépendances pelican thèmes
-
apt-get install -y --force-yes build-essential python-dev python-pip git nodejs nodejs-legacy npm
-
pip install --upgrade pip==9.0.3
-
pip install -r requirements.txt
-
cd content && npm install && cd ..
-
sed -i "s/RELATIVE_URLS = True/RELATIVE_URLS = False/" pelicanconf.py
-
apt-get install -y --force-yes locales
-
locale-gen fr_FR
-
locale-gen fr_FR.UTF-8
-
update-locale LANG=fr_FR.UTF-8
-
. /etc/default/locale
-
apt-get install -y --force-yes rsync
-
apt-get install -y --force-yes krb5-user krb5-config
# génération du HTML statique dans le répertoire output
-
pelican content
# dépendance pour l'authentification kerberos
-
echo -e "krb5-config krb5-config/default_realm string LOCAL.ISIMA.FR" | debconf-set-selections
-
apt-get install -y --force-yes krb5-user krb5-config
# récupération du KEYTAB en hexa
# récupération du KEYTAB en hexa
-
echo "$KEYTAB" > my.keytab.hex
# conversion du KEYTAB en hexa en binaire
...
...
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