elements/ci/test
Ryan Ofsky 84388c942c ci: avoid running git diff after patching
Drop `git diff` command so it is easier to run CI locally if git checkout is a
worktree. Currently it fails because the directory is not recognized as a git
repository.

The `git diff` command was added recently in #28359 commit
fa07ac48d8 and can be avoided just by teeing the
patch to stdout
2024-02-21 11:16:56 -05:00
..
00_setup_env.sh
00_setup_env_android.sh
00_setup_env_arm.sh
00_setup_env_i686_centos.sh
00_setup_env_i686_multiprocess.sh
00_setup_env_mac_cross.sh
00_setup_env_mac_native.sh
00_setup_env_native_asan.sh
00_setup_env_native_fuzz.sh
00_setup_env_native_fuzz_with_msan.sh
00_setup_env_native_fuzz_with_valgrind.sh
00_setup_env_native_msan.sh
00_setup_env_native_nowallet_libbitcoinkernel.sh
00_setup_env_native_previous_releases.sh
00_setup_env_native_tidy.sh
00_setup_env_native_tsan.sh
00_setup_env_native_valgrind.sh
00_setup_env_s390x.sh
00_setup_env_win64.sh
01_base_install.sh
02_run_container.sh
03_test_script.sh ci: avoid running git diff after patching 2024-02-21 11:16:56 -05:00
wrap-valgrind.sh
wrap-wine.sh