This commit is contained in:
Julien Palard 2023-04-14 14:05:59 +02:00
parent 1ff5eae597
commit 69c6c438da
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