FAQ | This is a LIVE service | Changelog

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

adding custom date params to pipeline

parent 577f0c83
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,8 @@ stages:
- echo "output dir - " $OUTPUT_DIR
- echo "pythonpath - " $PYTHONPATH
- source /storage/app/miniconda3/bin/activate /storage/app/EWS_prod/envs/conda/py3EWS/
- pip install coverage
- python3 -V # Print out python version for debugging
- mkdir $PACKAGES_DIR
- mkdir -p $OUTPUT_DIR
......@@ -69,8 +71,6 @@ stages:
- export PYTHONPATH=$PYTHONPATH:$coordinator:$coordinator_tests
- 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:
......@@ -101,7 +101,6 @@ half_fat_tests:
script:
- export PYTHONPATH="$CI_PYTHON_PATH"
- echo $FULL_FAT_RUN_DATE
# - echo $PYTHONPATH
- cd $CI_PROJECT_DIR/tests/unit/coordinator/
- python3 -m coverage run -m unittest *
......
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