mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[7.4][es] Removes pinning to 7.4.1 snapshot (#49900)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
f326817dc6
commit
6ce3241e0a
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ 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 'https://snapshots.elastic.co/7.4.2-ed37130b/downloads/elasticsearch/elasticsearch-7.4.2-SNAPSHOT-{os}-x86_64.{ext}';
|
||||
return undefined;
|
||||
}
|
||||
|
||||
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