diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52527d5d0eaaf1b51d64da089580cf576e79ea39..4034ff4078666087513417f803e73e40c00a18c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,25 +14,25 @@ before_script: - apt-get -y install -f openjdk-11-jre-headless texlive-latex-extra dvipng - conda env create -f environment.yml - source activate resultsanalysis - - conda install -c conda-forge phasexmlparser + - conda install -c conda-forge phasexmlparser phasexmlcreator - ls - cd ../ - if [[ ! -d 'resultsanalysis' ]]; then git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.developers.cam.ac.uk/ch/hunter/ssiptools/utils/resultsanalysis.git; fi - cd resultsanalysis - pip install . - cd ../ - - if [[ -d 'phasexmlcreator' ]]; then rm -r phasexmlcreator; fi - - git clone git@gitlab.developers.cam.ac.uk/ch/hunter/ssiptools/ssimpleapps/phasexmlcreator.git + - if [[ i! -d 'phasexmlcreator' ]]; then rm -r phasexmlcreator; fi + - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.developers.cam.ac.uk/ch/hunter/ssiptools/ssimpleapps/phasexmlcreator.git - cd phasexmlcreator - pip install . - cd ../ - if [[ -d 'puresolventinformation' ]]; then rm -r puresolventinformation; fi - - git clone git@gitlab.developers.cam.ac.uk/ch/hunter/ssiptools/ssimpleapps/puresolventinformation.git + - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.developers.cam.ac.uk/ch/hunter/ssiptools/ssimpleapps/puresolventinformation.git - cd puresolventinformation - pip install . - cd ../ - if [[ -d 'solventmapcreator' ]]; then rm -r solventmapcreator; fi - - git clone git@gitlab.developers.cam.ac.uk:ch/hunter/ssiptools/ssimpleapps/solventmapcreator.git + - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.developers.cam.ac.uk/ch/hunter/ssiptools/ssimpleapps/solventmapcreator.git - cd solventmapcreator - pip install . --no-deps - cd ../phasecalculator