Skip to content
Extraits de code Groupes Projets
Valider 1b7715b7 rédigé par Bastien Le Querrec's avatar Bastien Le Querrec
Parcourir les fichiers

RAAspotter: utilise un fichier de log différent par préfecture

parent 5f83023d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -3,4 +3,4 @@ bin/ ...@@ -3,4 +3,4 @@ bin/
lib/ lib/
data/ data/
pyvenv.cfg pyvenv.cfg
output.log output_*.log
...@@ -71,7 +71,7 @@ install: ...@@ -71,7 +71,7 @@ install:
artifacts: artifacts:
paths: paths:
- data/${PREF}/*.txt - data/${PREF}/*.txt
- output.log - output_${PREF}.log
expire_in: 1 hour expire_in: 1 hour
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $COMPILE_DOCKER == null - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $COMPILE_DOCKER == null
...@@ -121,6 +121,11 @@ test_pref69: ...@@ -121,6 +121,11 @@ test_pref69:
PREF: "pref69" PREF: "pref69"
extends: .default_pref extends: .default_pref
test_pref83:
variables:
PREF: "pref83"
extends: .default_pref
test_pref976: test_pref976:
variables: variables:
PREF: "pref976" PREF: "pref976"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter