Skip to content

Commit 3ba1ab1

Browse files
committed
[CI] Adds default password to Rakefile
1 parent 7f60bd5 commit 3ba1ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def admin_client
3636
}
3737
)
3838

39-
password = ENV['ELASTIC_PASSWORD']
39+
password = ENV['ELASTIC_PASSWORD'] || 'changeme'
4040
user = ENV['ELASTIC_USER'] || 'elastic'
4141
url = "https://#{user}:#{password}@#{uri.host}:#{uri.port}"
4242
elsif ENV['STACK_VERSION'] == '8.0.0-SNAPSHOT'

0 commit comments

Comments
 (0)