From 6a60b867eeccd01f6a32e9ebbc019c999e6ce9b6 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Thu, 16 May 2024 15:48:05 +0100 Subject: [PATCH] removing unneeded artifacts dir for full fat tests (nothing to upload) --- .gitlab-ci.yml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0f1f04..6755d1f 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 -- GitLab