FAQ | This is a LIVE service | Changelog

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

adding custom date params to pipeline

parent 14b4158e
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,6 @@ stages:
- echo "pythonpath - " $PYTHONPATH
- python3 -V # Print out python version for debugging
- pip install coverage
- mkdir $PACKAGES_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
......@@ -71,6 +70,7 @@ stages:
- ls $PACKAGES_DIR
- source /storage/app/miniconda3/bin/activate /storage/app/EWS_prod/envs/conda/py3EWS/
- pip install coverage
#.full_fat_before_script:
# before_script:
......@@ -162,7 +162,7 @@ full_fat_depo:
then
date=$(date '+%Y-%m-%d-%H%M');
mkdir ${TEST_WORKSPACE_DIR}/integration/full/${date};
cp -rv $OUTPUT_DIR/* ${TEST_WORKSPACE_DIR}/integration/full/${date};
cp -r $OUTPUT_DIR/* ${TEST_WORKSPACE_DIR}/integration/full/${date};
fi
artifacts:
......
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