Skip to content

Commit 72ed0c0

Browse files
committed
testing: bump snapshot integration tests to alpha2
1 parent 466e5b2 commit 72ed0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ namespace :artifacts do
116116
namespace :snapshot do
117117
snapshots = 'https://snapshots.elastic.co/downloads/elasticsearch'
118118
artifacts = 'spec/fixtures/artifacts'
119-
build = 'elasticsearch-6.0.0-alpha1-SNAPSHOT'
119+
build = 'elasticsearch-6.0.0-alpha2-SNAPSHOT'
120120
%w[deb rpm].each do |ext|
121121
package = "#{build}.#{ext}"
122122
local = "#{artifacts}/#{package}"

0 commit comments

Comments
 (0)