removed drone.yml not needed
This commit is contained in:
19
.drone.yml
19
.drone.yml
@@ -1,19 +0,0 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: run
|
||||
image: python:3.9
|
||||
commands:
|
||||
- pip install -r requirements.txt
|
||||
- cd web
|
||||
- find . -name "*.py" -exec python -m py_compile {} \;
|
||||
when:
|
||||
timeout: 15s
|
||||
|
||||
- name: cleanup
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- echo "Cleaning up any created data..."
|
||||
- rm -rf /tmp/*
|
||||
Reference in New Issue
Block a user