diff --git a/.drone.yml b/.drone.yml index e5cf313..cacac57 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - name: git image: scemama666/qp2_env commands: - - git clone https://github.com/QuantumPackage/qp2.git --depth=10 --branch=${DRONE_SOURCE_BRANCH} + - git clone https://github.com/QuantumPackage/qp2.git --depth=10 --branch=${DRONE_REPO_BRANCH} - bash -c "cd qp2 ; ls -l ; git log" - bash -c "cd qp2 ; exec ./configure -i all" @@ -35,8 +35,6 @@ steps: image: scemama666/qp2_env commands: - bash -c "cd qp2 ; exec ./configure -c ./config/gfortran_avx.cfg" - - bash -c "source qp2/quantum_package.rc ; exec qp_plugins download https://gitlab.com/scemama/qp_plugins_scemama" - - bash -c "source qp2/quantum_package.rc ; exec qp_plugins install champ" - name: fast_compile image: scemama666/qp2_env