fix: CI: rm shell redirection
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2023-12-31 21:16:18 +05:30
parent 37bef583bf
commit 70810614af
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ test:
. venv/bin/activate && \
SITEKEY=$(SITEKEY) SECRET=$(SECRET) \
INSTANCE_URL=$(INSTANCE_URL) \
TOKEN=$(TOKEN) pytest -rP
TOKEN=$(TOKEN) pytest
lint:
black src/ scripts/