File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# ------------------------------------------------------- #
3
3
#
4
- # Build entry script for elasticsearch-js
4
+ # Build entry script for elasticsearch-serverless- js
5
5
#
6
6
# Must be called: ./.ci/make.sh <target> <params>
7
7
#
@@ -33,7 +33,7 @@ VERSION=$2
33
33
STACK_VERSION=$VERSION
34
34
set -euo pipefail
35
35
36
- product=" elastic/elasticsearch-js"
36
+ product=" elastic/elasticsearch-serverless- js"
37
37
output_folder=" .ci/output"
38
38
codegen_folder=" .ci/output"
39
39
OUTPUT_DIR=" $repo /${output_folder} "
@@ -148,7 +148,7 @@ if [[ -z "${BUILDKITE+x}" ]] || [[ -z "${CI+x}" ]]; then
148
148
--volume " $repo :/usr/src/app" \
149
149
--volume " $( realpath $repo /../elastic-client-generator-js) :/usr/src/elastic-client-generator-js" \
150
150
--env " WORKFLOW=$WORKFLOW " \
151
- --name make-elasticsearch-js \
151
+ --name make-elasticsearch-serverless- js \
152
152
--rm \
153
153
$product \
154
154
/bin/bash -c " mkdir -p /usr/src/elastic-client-generator-js/output && \
159
159
--volume " $repo :/usr/src/app" \
160
160
--volume /usr/src/app/node_modules \
161
161
--env " WORKFLOW=$WORKFLOW " \
162
- --name make-elasticsearch-js \
162
+ --name make-elasticsearch-serverless- js \
163
163
--rm \
164
164
$product \
165
165
/bin/bash -c " cd /usr/src && \
You can’t perform that action at this time.
0 commit comments