We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 466e5b2 commit 72ed0c0Copy full SHA for 72ed0c0
Rakefile
@@ -116,7 +116,7 @@ namespace :artifacts do
116
namespace :snapshot do
117
snapshots = 'https://snapshots.elastic.co/downloads/elasticsearch'
118
artifacts = 'spec/fixtures/artifacts'
119
- build = 'elasticsearch-6.0.0-alpha1-SNAPSHOT'
+ build = 'elasticsearch-6.0.0-alpha2-SNAPSHOT'
120
%w[deb rpm].each do |ext|
121
package = "#{build}.#{ext}"
122
local = "#{artifacts}/#{package}"
0 commit comments