[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:
Tyler Smalley 2019-11-01 10:06:03 -07:00 committed by GitHub
parent f326817dc6
commit 6ce3241e0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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') {