FAQ | This is a LIVE service | Changelog

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

adding custom date params to pipeline

parent bec0c77e
No related branches found
No related tags found
No related merge requests found
......@@ -147,6 +147,8 @@ full_fat_depo:
- >
cd $CI_PROJECT_DIR/tests/integration/full/
touch $OUTPUT_DIR/hello.txt
python3 full_test_deposition.py
--config /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json
--outdir $OUTPUT_DIR
......@@ -166,4 +168,5 @@ full_fat_depo:
artifacts:
paths:
- $OUTPUT_DIR/*/log.txt
- $OUTPUT_DIR/*.txt
expire_in: 10 days
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