python-docs-fr/.woodpecker.yml
Julien Palard b3367a2bd5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
Woodpecker does not like my colon (#129)
Reviewed-on: #129
2023-04-14 12:29:42 +00:00

14 lines
375 B
YAML

---
pipeline:
test:
image: python
commands:
- apt-get update
- apt-get install -y hunspell hunspell-fr-comprehensive
- python3 -m pip install -r requirements.txt
- BRANCH="$(grep ^BRANCH Makefile | awk '{print $3}')"
- git fetch origin --no-tags +refs/heads/$BRANCH
- 'git branch $BRANCH origin/$BRANCH ||:'
- make verifs