FAQ | This is a LIVE service | Changelog

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

experimenting with manual jobs

parent bab2ea9e
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ cache:
- venv/
prepare_code:
when: never
when: manual
image: lb584/ews_coordinator:latest
script:
- python3 -V # Print out python version for debugging
......@@ -50,6 +50,11 @@ prepare_code:
- CI_PYTHON_PATH=$PYTHONPATH
- ls ../
example:
when: manual
script:
- CI_PYTHON_PATH="cakebar"
half_fat_tests:
when: manual
image: lb584/ews_coordinator:latest
......@@ -95,7 +100,7 @@ half_fat_epi_tests:
manual_job:
when: manual
needs: ["prepare_code"]
needs: ["example"]
tags:
- production
......
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