We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8476ce6 commit e27e096Copy full SHA for e27e096
.github/make.sh
@@ -176,7 +176,7 @@ else
176
--rm \
177
$product \
178
/bin/bash -c "cd /usr/src && \
179
- git clone https://$CLIENTS_GITHUB_TOKEN@github.com/elastic/elastic-client-generator-js.git && \
+ git clone --branch $GENERATOR_BRANCH https://$CLIENTS_GITHUB_TOKEN@github.com/elastic/elastic-client-generator-js.git && \
180
mkdir -p /usr/src/elastic-client-generator-js/output && \
181
cd /usr/src/elasticsearch-js && \
182
node .buildkite/make.mjs --task $TASK ${TASK_ARGS[*]}"
0 commit comments