aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorAstounds <kirito@disroot.org>2026-03-22 21:25:57 -0500
committerAstounds <kirito@disroot.org>2026-03-22 21:25:57 -0500
commit1f8c13adff30549a81ed388bd1c6cdaab6678a3c (patch)
treecdcc5e83d65b532fa7be1c002ee50746a09e442b /.drone.yml
parent6a68f0664568cea6f9a12e8743f195fe0a41f3ce (diff)
downloadyt-local-1f8c13adff30549a81ed388bd1c6cdaab6678a3c.tar.lz
yt-local-1f8c13adff30549a81ed388bd1c6cdaab6678a3c.tar.xz
yt-local-1f8c13adff30549a81ed388bd1c6cdaab6678a3c.zip
feat: improve 429 handling with Tor support and clean CI
- Retry with new Tor identity on 429 - Improve error logging - Remove .build.yml and .drone.yml
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.drone.yml b/.drone.yml
deleted file mode 100644
index 188bf7c..0000000
--- a/.drone.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-kind: pipeline
-name: default
-
-steps:
-- name: test
- image: python:3.7.3
- commands:
- - pip install --upgrade pip
- - pip install -r requirements-dev.txt
- - pytest