Skip to content

Commit

Permalink
[Backport 8.15] Checkout correct branch of generator (#2536)
Browse files Browse the repository at this point in the history
(cherry picked from commit ed3cace)

Co-authored-by: Josh Mock <[email protected]>
  • Loading branch information
github-actions[bot] and JoshMock authored Dec 10, 2024
1 parent e93b749 commit 6bbc0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ else
--rm \
$product \
/bin/bash -c "cd /usr/src && \
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 && \
mkdir -p /usr/src/elastic-client-generator-js/output && \
cd /usr/src/elasticsearch-js && \
node .buildkite/make.mjs --task $TASK ${TASK_ARGS[*]}"
Expand Down

0 comments on commit 6bbc0da

Please sign in to comment.