From 3984a49a4349bf0ccd35abc6ecd341e9c46e4c27 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Sat, 14 Dec 2024 12:47:46 +0300 Subject: [PATCH] ci: exclude `*.a` and `*.o` files from artifacts --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 112696c7f5..497fb4ab4a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -136,6 +136,8 @@ builder-image: - build-ci # Exclude some less important binaries to reduce the size of the artifacts exclude: + - build-ci/dashcore-$BUILD_TARGET/src/**/*.a + - build-ci/dashcore-$BUILD_TARGET/src/**/*.o - build-ci/dashcore-$BUILD_TARGET/src/bench/bench_dash - build-ci/dashcore-$BUILD_TARGET/src/bench/bench_dash.exe - build-ci/dashcore-$BUILD_TARGET/src/qt/test/test_dash-qt