Woodpecker does not like my colon #129

Merged
mdk merged 4 commits from mdk/python-docs-fr:mdk-woodpecker into 3.11 2023-04-14 12:29:43 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 69c6c438da - Show all commits

View File

@ -9,5 +9,5 @@ pipeline:
- 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
- git branch $BRANCH origin/$BRANCH ||:
- make verifs