github https
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Anthony Scemama 2022-05-19 14:33:02 +02:00
parent b73d489655
commit 2484c43484

View File

@ -10,7 +10,7 @@ steps:
- name: master
image: scemama666/qp2_env
commands:
- git clone git@github.com:QuantumPackage/qp2.git --depth=10 --branch=master
- git clone https://github.com/QuantumPackage/qp2.git --depth=10 --branch=master
- bash -c "cd qp2 ; exec ./configure -i all"
---