This commit is contained in:
parent
de28578d70
commit
ce931701be
@ -1,20 +1,21 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: Opytex
|
name: Opytex 2019-2020
|
||||||
type: docker
|
type: docker
|
||||||
|
|
||||||
workspace:
|
workspace:
|
||||||
path: /drone/content/
|
path: /drone/content/
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build Opytex
|
- name: Build Opytex 2019-2020
|
||||||
image: python:3.8-alpine
|
image: python:3.8-alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache git imagemagick
|
- apk add --no-cache git imagemagick
|
||||||
- cd ..
|
- cd ..
|
||||||
- git init .
|
- git init .
|
||||||
- git remote add origin https://git.opytex.org/lafrite/site_opytex.git
|
- 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 init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
- pip install --no-cache-dir -r requirements.txt
|
- pip install --no-cache-dir -r requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user