mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-04 13:34:46 +00:00
Update .drone.yml for Drone 0.5 (#2761)
This commit is contained in:
parent
38eb2655a6
commit
458d0af565
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# The scripts for building the base images can be found in scripts/drone-images
|
||||
|
||||
build:
|
||||
pipeline:
|
||||
flake8:
|
||||
image: python:3.5
|
||||
commands:
|
||||
|
|
@ -19,7 +19,7 @@ build:
|
|||
- npm run lint
|
||||
- npm run test:unit
|
||||
scss-lint:
|
||||
image: wagtail-scss-lint
|
||||
image: torchbox/scss-lint
|
||||
commands:
|
||||
- scss-lint
|
||||
unittest:
|
||||
|
|
|
|||
Loading…
Reference in a new issue