11 lines
152 B
YAML
11 lines
152 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: test
|
|
image: python
|
|
commands:
|
|
- pip install -r requirements.txt
|
|
- python3 test_tmdb.py
|