FAQ | This is a LIVE service | Changelog

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

adding custom date params to pipeline

parent c73fbbb7
No related branches found
No related tags found
No related merge requests found
......@@ -154,12 +154,12 @@ full_fat_depo:
--run_date_type $FULL_FAT_RUN_DATE
--custom_run_date $CUSTOM_RUN_DATE
if [[ "$FULL_FAT_COPY_OUTPUT" == "true" ]];
then
#if [[ "$FULL_FAT_COPY_OUTPUT" == "true" ]];
#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};
fi
#fi
artifacts:
paths:
......
......@@ -17,8 +17,8 @@ class TestFullDeposition(unittest.TestCase):
@classmethod
def setUpClass(cls) -> None:
# TestFullDeposition.write_temp_run_config_file()
# TestFullDeposition.run_depo_pipeline()
TestFullDeposition.write_temp_run_config_file()
TestFullDeposition.run_depo_pipeline()
pass
......
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