mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
chore(NA): enable snapshot pinning for custom builds for elasticsearch 7.6.0 (#51608)
This commit is contained in:
parent
71a7f8a7ea
commit
be2cdad4f8
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ function getCustomSnapshotUrl() {
|
|||
// force use of manually created snapshots until live ones are available
|
||||
if (!process.env.KBN_ES_SNAPSHOT_URL && !process.argv.some(isVersionFlag)) {
|
||||
// return 'https://storage.googleapis.com/kibana-ci-tmp-artifacts/{name}-{version}-{os}-x86_64.{ext}';
|
||||
return undefined;
|
||||
// return undefined;
|
||||
return 'https://storage.googleapis.com/kibana-ci-tmp-artifacts/{name}-{version}-{os}-x86_64.{ext}';
|
||||
}
|
||||
|
||||
if (process.env.KBN_ES_SNAPSHOT_URL && process.env.KBN_ES_SNAPSHOT_URL !== 'false') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue