From 2ae7a4687634f6d1a1b05fe8833fe355b1bfd44c Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 25 May 2022 19:48:19 +0200 Subject: [PATCH] Specified dev branch --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index cacac57..172a2f1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ --- kind: pipeline type: docker -name: main +name: dev 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=dev - bash -c "cd qp2 ; ls -l ; git log" - bash -c "cd qp2 ; exec ./configure -i all"