Skip to content
Snippets Groups Projects
Commit ebef402f authored by Geoffrey Arthaud's avatar Geoffrey Arthaud
Browse files

Ajout tag buildonly pour runners C2

parent b592b4d5
No related branches found
No related tags found
Loading
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment