FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 94166a3d authored by Mark Driver's avatar Mark Driver
Browse files

update clone of phasexmlparser.

parent d5c1fefa
No related branches found
No related tags found
No related merge requests found
Pipeline #27177 failed
......@@ -25,7 +25,8 @@ before_script:
- cd resultsanalysis
- pip install .
- cd ../
- if [[ ! -d 'phasexmlparser' ]]; then git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.developers.cam.ac.uk/ch/hunter/ssiptools/utils/phasexmlparser.git; fi
- if [[ ! -d 'phasexmlparser' ]]; then rm -r phasexmlparser; fi
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.developers.cam.ac.uk/ch/hunter/ssiptools/utils/phasexmlparser.git
- cd phasexmlparser
- pip install .
- cd ../
......
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