Skip to content

Commit

Permalink
Remove unneeded files on assembled tar packages
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Jan 10, 2024
1 parent 281eafb commit 048e528
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/assemble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ function assemble_tar() {
cd "${TMP_DIR}"
PATH_CONF="./config"
PATH_BIN="./bin"
PATH_BIN="./plugins"

# Extract
echo "Extract ${ARTIFACT_BUILD_NAME} archive"
Expand All @@ -247,6 +248,8 @@ function assemble_tar() {
# Swap configuration files
add_configuration_files

remove_unneeded_files

# Pack
archive_name="wazuh-indexer-$(cat VERSION)"
cd ..
Expand Down

0 comments on commit 048e528

Please sign in to comment.