Skip to content

Commit

Permalink
Make sure alerting is using the build script in its own repo (#377)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Apr 1, 2022
1 parent 1f5e9b5 commit f5bc959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function usage() {
echo -e "-h help"
}

while getopts ":h:v:s:o:p:a:" arg; do
while getopts ":h:v:q:s:o:p:a:" arg; do
case $arg in
h)
usage
Expand Down Expand Up @@ -78,6 +78,6 @@ cp ${distributions}/*.zip ./$OUTPUT/plugins
./gradlew publishShadowPublicationToStagingRepository -Dopensearch.version=$VERSION -Dbuild.version_qualifier=$QUALIFIER -Dbuild.snapshot=$SNAPSHOT

mkdir -p $OUTPUT/maven/org/opensearch
cp -r ./build/local-staging-repo/org/opensearch/notification $OUTPUT/maven/org/opensearch/notification
cp -r ./build/local-staging-repo/org/opensearch/. $OUTPUT/maven/org/opensearch


0 comments on commit f5bc959

Please sign in to comment.