FAQ | This is a LIVE service | Changelog

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

trying to add a dependent pipeline

parent 34e55b76
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ stages: ...@@ -47,7 +47,7 @@ stages:
- source /storage/app/miniconda3/bin/activate /storage/app/EWS_prod/envs/conda/py3EWS/ - source /storage/app/miniconda3/bin/activate /storage/app/EWS_prod/envs/conda/py3EWS/
- pip install coverage - pip install coverage
- python3 -V # Print out python version for debugging - python3 -V # Print out python version for debugging
- mkdir $PACKAGES_DIR - mkdir -p $PACKAGES_DIR
- mkdir -p $OUTPUT_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 - 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
- git clone "https://nouser:$GROUP_WHEAT_ACCESS_VAR@gitlab.developers.cam.ac.uk/gilligan-epid/wheat-rusts/ews_plotting.git" $PACKAGES_DIR/plotting - git clone "https://nouser:$GROUP_WHEAT_ACCESS_VAR@gitlab.developers.cam.ac.uk/gilligan-epid/wheat-rusts/ews_plotting.git" $PACKAGES_DIR/plotting
......
...@@ -6,7 +6,7 @@ API ...@@ -6,7 +6,7 @@ API
:template: custom-module-template.rst :template: custom-module-template.rst
:recursive: :recursive:
.. coordinator coordinator
plotting plotting
ews_postprocessing ews_postprocessing
met_processing met_processing
......
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