diff --git a/.drone.yml b/.drone.yml index cacac57..de3e1c5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ --- kind: pipeline type: docker -name: main +name: master clone: depth: 10 @@ -10,7 +10,7 @@ steps: - name: git image: scemama666/qp2_env 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 ; exec ./configure -i all"