chore(NA): disable snapshot pin for 7.6.0 (#51735)

This commit is contained in:
Tiago Costa 2019-11-26 20:17:00 +00:00 committed by Tyler Smalley
parent ecec053f9d
commit 7153793186

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://storage.googleapis.com/kibana-ci-tmp-artifacts/{name}-{version}-{os}-x86_64.{ext}';
return undefined;
}
if (process.env.KBN_ES_SNAPSHOT_URL && process.env.KBN_ES_SNAPSHOT_URL !== 'false') {