Moves the fixups check to the end of the pipeline

This commit is contained in:
Maciej Surmacz 2022-02-17 15:53:49 +01:00
parent 10068ec84a
commit 04de46152b
1 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ stages:
- test
- bot-i18n
- bot-release
- fixups
detekt analysis:
stage: analyze
@ -300,7 +301,7 @@ publish-github:
- small
check for fixups:
stage: analyze
stage: fixups
script:
- git fetch origin $CI_COMMIT_BRANCH
- git fetch origin develop