From 5be47997343aec64e386b649452003c8ec5ecc82 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 21 Apr 2025 20:27:19 +0200 Subject: [PATCH] ci/build: drop lava scripts from builds artifacts The ones used come from the "python-artifacts" job. Part-of: --- .gitlab-ci/prepare-artifacts.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci/prepare-artifacts.sh b/.gitlab-ci/prepare-artifacts.sh index e815ab03fb3..962c284603b 100755 --- a/.gitlab-ci/prepare-artifacts.sh +++ b/.gitlab-ci/prepare-artifacts.sh @@ -75,9 +75,6 @@ find src/ -path '*/ci/*' \ # packed separately in the zip file. mkdir -p artifacts/ tar -cf artifacts/install.tar install -cp -Rp .gitlab-ci/common artifacts/ci-common -cp -Rp .gitlab-ci/lava artifacts/ -cp bin/ci/structured_logger.py artifacts/ if [ -n "$S3_ARTIFACT_NAME" ]; then # Pass needed files to the test stage