From 3efdf07095a43f5ec7cbb196d19a86ec6cbd86e9 Mon Sep 17 00:00:00 2001 From: Mark Driver <mdd31@cam.ac.uk> Date: Fri, 21 Jul 2017 09:22:59 +0000 Subject: [PATCH] change to ssh from https address --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 5c969cb..2b2627d 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -15,7 +15,7 @@ pipelines: - source activate resultsanalysis - conda install -c rdkit rdkit=2017.03.1 - cd ../ - - git clone https://mdd31@bitbucket.org/mdd31/resultsanalysis.git + - git clone git@bitbucket.org:mdd31/solventmapcreator.git - pip install . - cd ../solventmapcreator - pip install . -- GitLab