Skip to content

Commit 506d52c

Browse files
committed
chore(addons): rm opensearch config file opensearch.yaml and jdk
1 parent 3a4f5a9 commit 506d52c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stacks/opensearch/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ function build() {
1717
esac;
1818
curl -fsSL -o tmp.tar.gz "${downloadUrl}"
1919
tar -xzf tmp.tar.gz
20+
rm opensearch-${STACK_VERSION}/config/opensearch.yml opensearch-${STACK_VERSION}/jdk -rf
2021
mv opensearch-${STACK_VERSION}/* "${DATA_DIR}"
2122
rm opensearch-${STACK_VERSION} tmp.tar.gz -rf
2223

0 commit comments

Comments
 (0)