Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fil rouge Gitlab CI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FETCHEPING FETCHEPING Rossif Borel
Fil rouge Gitlab CI
Commits
efac2b7f
Commit
efac2b7f
authored
2 years ago
by
FETCHEPING FETCHEPING Rossif Borel
Browse files
Options
Downloads
Patches
Plain Diff
Optimize pipeline
parent
ad03b00d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-2
7 additions, 2 deletions
.gitlab-ci.yml
with
7 additions
and
2 deletions
.gitlab-ci.yml
+
7
−
2
View file @
efac2b7f
...
...
@@ -6,7 +6,6 @@ workflow:
stages
:
# List of stages for jobs, and their order of execution
-
test
-
report
-
build
-
deploy
...
...
@@ -78,7 +77,7 @@ docker_lint_job:
# Job de génération des pages pour le reporting des tests
pages
:
stage
:
r
ep
ort
stage
:
d
ep
loy
script
:
-
pip install mkdocs-material
-
mkdocs build -d public
...
...
@@ -119,6 +118,12 @@ build:
-
docker build -f Dockerfile.front -t $TAG_FRONT_COMMIT -t $TAG_FRONT_LATEST .
-
docker push $TAG_FRONT_COMMIT
-
docker push $TAG_FRONT_LATEST
needs
:
-
job
:
lint_test_job
-
job
:
e2e_test_job
-
job
:
cov_test_job
-
job
:
front_test_job
-
job
:
docker_lint_job
# Job de deploy des images docker sur la VM avec docker-compose
deploy
:
...
...
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