test
ci/woodpecker/pr/woodpecker Pipeline failed Details

This commit is contained in:
Julien Palard 2023-04-14 14:07:09 +02:00
parent 69c6c438da
commit c63e028b17
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 1 additions and 1 deletions

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