mirror of
https://gitlab.com/moepoi/Quintal-Grabber.git
synced 2024-11-10 00:16:18 +01:00
10 lines
No EOL
176 B
YAML
10 lines
No EOL
176 B
YAML
image: python:3.7.3
|
|
|
|
pipelines:
|
|
default:
|
|
- step:
|
|
caches:
|
|
- pip
|
|
script:
|
|
- pip install -r requirements.txt
|
|
- python -m Nepgear |