Skip to content

Commit e27e096

Browse files
github-actions[bot]JoshMock
andauthoredDec 10, 2024
[Backport 8.16] Checkout correct branch of generator (#2537)
(cherry picked from commit ed3cace) Co-authored-by: Josh Mock <joshua.mock@elastic.co>
1 parent 8476ce6 commit e27e096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/make.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ else
176176
--rm \
177177
$product \
178178
/bin/bash -c "cd /usr/src && \
179-
git clone https://$CLIENTS_GITHUB_TOKEN@github.com/elastic/elastic-client-generator-js.git && \
179+
git clone --branch $GENERATOR_BRANCH https://$CLIENTS_GITHUB_TOKEN@github.com/elastic/elastic-client-generator-js.git && \
180180
mkdir -p /usr/src/elastic-client-generator-js/output && \
181181
cd /usr/src/elasticsearch-js && \
182182
node .buildkite/make.mjs --task $TASK ${TASK_ARGS[*]}"

0 commit comments

Comments
 (0)