mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
[buildkite] Pin version of bun being used due to bug in latest (1.0.5) (#100720)
This commit is contained in:
parent
6eb4c8ead6
commit
00c54aea90
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
echo --- Installing bun
|
echo --- Installing bun
|
||||||
npm install -g bun
|
npm install -g bun@1.0.4
|
||||||
|
|
||||||
echo --- Generating pipeline
|
echo --- Generating pipeline
|
||||||
bun .buildkite/scripts/pull-request/pipeline.generate.ts
|
bun .buildkite/scripts/pull-request/pipeline.generate.ts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue