blob: 7e026ce6adf1bd32c589bfb48ce4dd98797b3ffe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
build:
image: docker
tags: docker
only:
- master
script:
- scripts/deploy-ci.sh
lint:
image: pythondiscord/django-site-ci:latest
script:
- pipenv install --system --dev
- flake8
|