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
d7025cbc
Commit
d7025cbc
authored
2 years ago
by
Vincent Mazenod
Browse files
Options
Downloads
Patches
Plain Diff
fix ci
parent
c672670b
No related branches found
No related tags found
1 merge request
!4
Working docker
Pipeline
#9317
passed
2 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
d7025cbc
...
@@ -2,9 +2,9 @@ cache:
...
@@ -2,9 +2,9 @@ cache:
paths
:
paths
:
-
output/
# le répertoire où se trouve le HTML statique généré
-
output/
# le répertoire où se trouve le HTML statique généré
install
:
.pre
:
image
:
node:latest
image
:
node:latest
stage
:
install
stage
:
.pre
script
:
script
:
-
cd /srv/blog/content/slides && yarn
-
cd /srv/blog/content/slides && yarn
...
@@ -12,7 +12,7 @@ build:
...
@@ -12,7 +12,7 @@ build:
image
:
docker.isima.fr/vimazeno/pelican_perso_python
image
:
docker.isima.fr/vimazeno/pelican_perso_python
stage
:
build
stage
:
build
script
:
script
:
-
pelican
-
PATH=/root/.local/bin:$PATH
pelican
deploy
:
deploy
:
image
:
docker.isima.fr/vimazeno/pelican_perso_kerberos
image
:
docker.isima.fr/vimazeno/pelican_perso_kerberos
...
...
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