1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-19 05:58:09 +00:00

ci: remove 'changes' from prebuild

This commit is contained in:
Tomas Susanka 2020-11-05 18:53:56 +01:00
parent cc3d86f0dd
commit 859aa23752

View File

@ -4,39 +4,16 @@ style prebuild:
stage: prebuild
variables:
GIT_SUBMODULE_STRATEGY: "none"
only:
changes:
- .gitlab-ci.yml
- ci/**/*
- "**/*.c"
- "**/*.h"
- "**/*.py"
script:
- nix-shell --run "poetry run make style_check"
common prebuild:
stage: prebuild
only:
changes:
- .gitlab-ci.yml
- ci/**/*
- "**/*.json"
- "**/*.proto"
script:
- nix-shell --run "poetry run make defs_check"
gen prebuild:
stage: prebuild
only:
changes:
- .gitlab-ci.yml
- ci/**/*
- "**/*.c"
- "**/*.h"
- "**/*.json"
- "**/*.proto"
- "**/*.py"
- "**/*.pyi"
script:
- nix-shell --run "poetry run make gen_check"