This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
@@ -10,3 +9,9 @@ steps:
|
||||
- pip install -r requirements.txt
|
||||
- python -m unittest discover -s tests
|
||||
- python app.py
|
||||
|
||||
- name: cleanup
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- echo "Cleaning up any created data..."
|
||||
- rm -rf /tmp/*
|
||||
Reference in New Issue
Block a user