Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NumEco Ecologie Gouv
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
Numérique et Écologie
NumEco Ecologie Gouv
Commits
ebef402f
Commit
ebef402f
authored
1 year ago
by
Geoffrey Arthaud
Browse files
Options
Downloads
Patches
Plain Diff
Ajout tag buildonly pour runners C2
parent
b592b4d5
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+18
-5
18 additions, 5 deletions
.gitlab-ci.yml
with
18 additions
and
5 deletions
.gitlab-ci.yml
+
18
−
5
View file @
ebef402f
...
...
@@ -3,9 +3,6 @@ stages:
-
analysis
-
stats
-
deploy
tags
:
-
buildonly
clean_project
:
image
:
$CI_REGISTRY/pub/numeco/gitlab-project-doctor:latest
...
...
@@ -16,6 +13,8 @@ clean_project:
-
gitlab-project-doctor --url $CI_PROJECT_URL -b -d
20
rules
:
-
if
:
$CLEAN
tags
:
-
buildonly
crawl
:
stage
:
crawling
...
...
@@ -32,6 +31,8 @@ crawl:
-
target/
rules
:
-
if
:
$SCHEDULE
tags
:
-
buildonly
analysis
:
stage
:
analysis
...
...
@@ -48,6 +49,8 @@ analysis:
-
target/
rules
:
-
if
:
$SCHEDULE
tags
:
-
buildonly
analysis_polpublique1
:
stage
:
analysis
...
...
@@ -64,6 +67,8 @@ analysis_polpublique1:
-
target/
rules
:
-
if
:
$SCHEDULE
tags
:
-
buildonly
analysis_polpublique2
:
stage
:
analysis
...
...
@@ -80,6 +85,8 @@ analysis_polpublique2:
-
target/
rules
:
-
if
:
$SCHEDULE
tags
:
-
buildonly
analysis_polpublique3
:
stage
:
analysis
...
...
@@ -96,6 +103,8 @@ analysis_polpublique3:
-
target/
rules
:
-
if
:
$SCHEDULE
tags
:
-
buildonly
analysis_polpublique4
:
stage
:
analysis
...
...
@@ -112,8 +121,8 @@ analysis_polpublique4:
-
target/
rules
:
-
if
:
$SCHEDULE
tags
:
-
buildonly
update_stats
:
stage
:
stats
...
...
@@ -130,6 +139,8 @@ update_stats:
-
target/
rules
:
-
if
:
$SCHEDULE
tags
:
-
buildonly
pages
:
stage
:
deploy
...
...
@@ -156,3 +167,5 @@ pages:
-
public
rules
:
-
if
:
$SCHEDULE
tags
:
-
buildonly
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