From ce931701befcaa146ff379bf3a2a94a96b80ce4d Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 5 Aug 2020 14:00:06 +0200 Subject: [PATCH] Fix: good year! --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index a8ca039..1e02e45 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,20 +1,21 @@ --- kind: pipeline -name: Opytex +name: Opytex 2019-2020 type: docker workspace: path: /drone/content/ steps: - - name: Build Opytex + - name: Build Opytex 2019-2020 image: python:3.8-alpine commands: - apk add --no-cache git imagemagick - cd .. - git init . - git remote add origin https://git.opytex.org/lafrite/site_opytex.git - - git pull origin master + - git pull origin 2019-2020 + - git checkout 2019-2020 - git submodule init - git submodule update - pip install --no-cache-dir -r requirements.txt