From 2a530cb1889628f51b849e919c7beeb8dc2d52e2 Mon Sep 17 00:00:00 2001 From: Vignesh Raman Date: Wed, 30 Aug 2023 10:15:13 +0530 Subject: [PATCH] ci: copy logging script to install Copy structured_logger.py and custom_logger.py to install, so that the ci jobs can use these scripts for logging. Signed-off-by: Vignesh Raman Part-of: --- .gitlab-ci/prepare-artifacts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci/prepare-artifacts.sh b/.gitlab-ci/prepare-artifacts.sh index a62f95d25f2..8497746181a 100755 --- a/.gitlab-ci/prepare-artifacts.sh +++ b/.gitlab-ci/prepare-artifacts.sh @@ -42,6 +42,8 @@ cp -Rp .gitlab-ci/valve install/ cp -Rp .gitlab-ci/vkd3d-proton install/ cp -Rp .gitlab-ci/setup-test-env.sh install/ cp -Rp .gitlab-ci/*-runner.sh install/ +cp -Rp .gitlab-ci/bin/structured_logger.py install/ +cp -Rp .gitlab-ci/bin/custom_logger.py install/ find . -path \*/ci/\*.txt \ -o -path \*/ci/\*.toml \ -o -path \*/ci/\*traces\*.yml \