Specified master branch
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Anthony Scemama 2022-05-25 19:49:04 +02:00
parent 7d3303f39d
commit 11db7ec7e1

View File

@ -1,7 +1,7 @@
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
name: main name: master
clone: clone:
depth: 10 depth: 10
@ -10,7 +10,7 @@ steps:
- name: git - name: git
image: scemama666/qp2_env image: scemama666/qp2_env
commands: commands:
- git clone https://github.com/QuantumPackage/qp2.git --depth=10 --branch=${DRONE_REPO_BRANCH} - git clone https://github.com/QuantumPackage/qp2.git --depth=10 --branch=master
- bash -c "cd qp2 ; ls -l ; git log" - bash -c "cd qp2 ; ls -l ; git log"
- bash -c "cd qp2 ; exec ./configure -i all" - bash -c "cd qp2 ; exec ./configure -i all"