We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2777a1 commit 5b4786aCopy full SHA for 5b4786a
.buildkite/scripts/common.sh
@@ -261,7 +261,7 @@ check_git_diff() {
261
use_elastic_package() {
262
echo "--- Installing elastic-package"
263
mkdir -p build
264
- go build -o "${ELASTIC_PACKAGE_BIN}" github.com/elastic/elastic-package
+ retry 5 go build -o "${ELASTIC_PACKAGE_BIN}" github.com/elastic/elastic-package
265
}
266
267
elastic_package_verbosity() {
0 commit comments