1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 12:28:09 +00:00

ci: fix glob for changed files

This commit is contained in:
Martin Milata 2022-04-05 16:22:30 +02:00
parent d1978c062d
commit cae87b9065
2 changed files with 9 additions and 9 deletions

View File

@ -337,8 +337,8 @@ crypto build:
only:
changes:
- .gitlab-ci.yml
- ci/**/*
- crypto/**/*
- ci/**
- crypto/**
script:
- cp -r crypto crypto_noasan
- nix-shell --run "poetry run make -C crypto"

View File

@ -398,8 +398,8 @@ crypto test:
only:
changes:
- .gitlab-ci.yml
- ci/**/*
- crypto/**/*
- ci/**
- crypto/**
<<: *gitlab_caching
needs:
- crypto build
@ -568,9 +568,9 @@ python test:
changes:
- poetry.lock
- .gitlab-ci.yml
- ci/**/*
- common/**/*
- python/**/*
- ci/**
- common/**
- python/**
script:
# Workaround for nixpkgs+tox integration failure which results in:
# ModuleNotFoundError: No module named '_sysconfigdata__linux_x86_64-linux-gnu'
@ -591,8 +591,8 @@ storage test:
only:
changes:
- .gitlab-ci.yml
- ci/**/*
- storage/**/*
- ci/**
- storage/**
<<: *gitlab_caching
needs: []
script: