diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0f1f040d0af0890aa072e1cbe33a16f15d727c2..6755d1fd35be44326ddf0bac1016e92327baf806 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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