mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
ci: run release commit message check only on one Gitlab
This commit is contained in:
parent
fd2ddbfb03
commit
01ac2ec48d
@ -39,9 +39,13 @@ release commit messages prebuild:
|
|||||||
stage: prebuild
|
stage: prebuild
|
||||||
before_script: [] # nothing needed
|
before_script: [] # nothing needed
|
||||||
variables:
|
variables:
|
||||||
# We need to clone the repo properly so we can work with origin/master
|
# We need to clone the repo properly so we can work with origin/master.
|
||||||
GIT_STRATEGY: clone
|
GIT_STRATEGY: clone
|
||||||
only:
|
only:
|
||||||
- /^release\//
|
refs:
|
||||||
|
- /^release\//
|
||||||
|
variables:
|
||||||
|
# We want this to run on gitlab.com/satoshilabs/trezor/trezor-firmware only.
|
||||||
|
- $CI_PROJECT_PATH_SLUG == 'satoshilabs-trezor-trezor-firmware'
|
||||||
script:
|
script:
|
||||||
- nix-shell --run "ci/check_release_commit_messages.sh"
|
- nix-shell --run "ci/check_release_commit_messages.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user