pycms/.drone.yml
Lulzette 90af2a38a4
Some checks reported errors
continuous-integration/drone/push Build was killed
test
2021-10-19 02:42:01 +00:00

14 lines
198 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: python
commands:
- pip3 install --upgrade pip
- pip3 install -r requirements.txt
- bash test.sh