From 2c4bd46db6a1ad894da456203443a8571452e169 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Wed, 1 Feb 2023 18:16:54 +0000
Subject: [PATCH] adding custom date params to pipeline

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9e3f8ed..dc27ec8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,12 +42,13 @@ stages:
       - echo "packages dir - " $PACKAGES_DIR
       - echo "full-fat run date - " $FULL_FAT_RUN_DATE
       - echo "custom full-fat run date - " $CUSTOM_RUN_DATE
+      - echo "output dir - " $OUTPUT_DIR
       - echo "pythonpath - " $PYTHONPATH
 
       - python3 -V  # Print out python version for debugging
       - pip install coverage
       - mkdir $PACKAGES_DIR
-      - mkdir $OUTPUT_DIR
+      - mkdir -p $OUTPUT_DIR
       - git clone "https://nouser:$GROUP_WHEAT_ACCESS_VAR@gitlab.developers.cam.ac.uk/gilligan-epid/wheat-rusts/ews-source-generation.git" $PACKAGES_DIR/source_gen
       - git clone "https://nouser:$GROUP_WHEAT_ACCESS_VAR@gitlab.developers.cam.ac.uk/gilligan-epid/wheat-rusts/ews_plotting.git" $PACKAGES_DIR/plotting
       - git clone "https://nouser:$GROUP_WHEAT_ACCESS_VAR@gitlab.developers.cam.ac.uk/gilligan-epid/wheat-rusts/flagdir.git" $PACKAGES_DIR/flagdir
-- 
GitLab