ci: include full links to issues

pull/657/head
Pavol Rusnak 5 years ago
parent 288d564c8b
commit 8aeec95bae
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -163,7 +163,6 @@ crypto build:
# Legacy
# TODO: add clang https://github.com/trezor/trezor-firmware/issues/44
legacy fw regular build:
stage: build
<<: *only_changes_legacy

@ -62,7 +62,7 @@ core unix btconly device test:
core unix monero test:
stage: test
<<: *only_changes_core
retry: 2 # see #405
retry: 2 # see https://github.com/trezor/trezor-firmware/issues/405
dependencies:
- core unix frozen regular build
script:
@ -72,7 +72,7 @@ core unix monero test:
core unix u2f test:
stage: test
<<: *only_changes_core
retry: 2 # see #596
retry: 2 # see https://github.com/trezor/trezor-firmware/issues/596
dependencies:
- core unix frozen regular build
script:

Loading…
Cancel
Save