1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

ci: fix release commit check

This commit is contained in:
Tomas Susanka 2020-08-04 21:21:44 +02:00
parent 65805c9145
commit fa39948683
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,8 @@
fail=0
git fetch origin master
# list all commits between HEAD and master
for commit in $(git rev-list origin/master..)
do

View File

@ -37,6 +37,10 @@ gen prebuild:
release commit messages prebuild:
stage: prebuild
before_script: [] # nothing needed
variables:
# We need to clone the repo properly so we can work with origin/master
GIT_STRATEGY: clone
only:
- /^release\//
script: