FAQ | This is a LIVE service | Changelog

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

trying to add a dependent pipeline

parent ec7cb073
No related branches found
No related tags found
No related merge requests found
......@@ -39,11 +39,12 @@ stages:
.before_script:
before_script:
- echo "project dir" - $CI_PROJECT_DIR
- echo "packages dir" - $PACKAGES_DIR
- echo "project dir - " $CI_PROJECT_DIR
- echo "output dir - " $OUTPUT_DIR
- echo "packages dir - " $PACKAGES_DIR
- echo "pip dir - " $PIP_CACHE_DIR
- echo "full-fat run date - " $FULL_FAT_RUN_DATE
- echo "custom full-fat run date - " $CUSTOM_RUN_DATE
- echo "output dir - " $OUTPUT_DIR
- source /storage/app/miniconda3/bin/activate /storage/app/EWS_prod/envs/conda/py3EWS/
- pip install coverage
......
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