aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth@simponic.xyz>2024-09-02 23:59:48 -0700
committerElizabeth Hunt <elizabeth@simponic.xyz>2024-09-02 23:59:48 -0700
commitc39367ac7e163395ae726bd169926004d4d99d67 (patch)
treec551f15f3c6475638239b7ccf1d6992f375e9a57 /.drone.yml
parent9f5e81327be33489d9bb912de503cd01d6ba7dca (diff)
downloadkennel.hatecomputers.club-c39367ac7e163395ae726bd169926004d4d99d67.tar.gz
kennel.hatecomputers.club-c39367ac7e163395ae726bd169926004d4d99d67.zip
fix CI
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml
index d05cb97..1054159 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -4,12 +4,12 @@ type: docker
name: build
steps:
- - name: run tests
+ - name: lint
image: python:3.12
commands:
- pip install poetry
- poetry install --with main,dev
- - poetry run pytest
+ - poetry run ruff check kennel/*
trigger:
event:
@@ -21,12 +21,12 @@ type: docker
name: deploy
steps:
- - name: run tests
+ - name: run lier
image: python:3.12
commands:
- pip install poetry
- poetry install --with main,dev
- - poetry run pytest
+ - poetry run ruff check kennel/*
- name: docker
image: plugins/docker
settings: