FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 6a60b867 authored by L. Bower's avatar L. Bower
Browse files

removing unneeded artifacts dir for full fat tests (nothing to upload)

parent a3395fff
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@ variables:
# WHEN CALLED FROM A MULTI-PIPELINE TRIGGER, VARIABLES WITH SHARED NAMES WILL BE OVERWRITTEN
OUTPUT_DIR: "$CI_PROJECT_DIR/outputs/"
LOGS_DIR: "$CI_PROJECT_DIR/logs/"
TEST_WORKSPACE_DIR: "/storage/app/EWS_prod/regions/EastAfrica/test_workspace/"
FULL_FAT_RUN_DATE:
value: "default"
......@@ -123,11 +122,6 @@ full_fat_depo:
--run_date_type $FULL_FAT_RUN_DATE
--custom_run_date $CUSTOM_RUN_DATE
artifacts:
paths:
- $LOGS_DIR
expire_in: 10 days
full_fat_env_suit:
when: manual
stage: full-fat
......@@ -144,11 +138,6 @@ full_fat_env_suit:
--run_date_type $FULL_FAT_RUN_DATE
--custom_run_date $CUSTOM_RUN_DATE
artifacts:
paths:
- $LOGS_DIR
expire_in: 10 days
full_fat_survey:
when: manual
stage: full-fat
......@@ -165,11 +154,6 @@ full_fat_survey:
--run_date_type $FULL_FAT_RUN_DATE
--custom_run_date $CUSTOM_RUN_DATE
artifacts:
paths:
- $LOGS_DIR
expire_in: 10 days
full_fat_advisory:
when: manual
stage: full-fat
......@@ -186,11 +170,6 @@ full_fat_advisory:
--run_date_type $FULL_FAT_RUN_DATE
--custom_run_date $CUSTOM_RUN_DATE
artifacts:
paths:
- $LOGS_DIR
expire_in: 10 days
full_fat_epi:
when: manual
stage: full-fat
......@@ -207,11 +186,6 @@ full_fat_epi:
--run_date_type $FULL_FAT_RUN_DATE
--custom_run_date $CUSTOM_RUN_DATE
artifacts:
paths:
- $LOGS_DIR
expire_in: 10 days
pages:
when: manual
stage: docs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment