temp
This commit is contained in:
parent
00813e9f17
commit
8d335a7bae
|
@ -6,7 +6,7 @@ ipaddr = run_command(cmd).stdout.chomp
|
||||||
|
|
||||||
node.reverse_merge!({
|
node.reverse_merge!({
|
||||||
'embulk' => {
|
'embulk' => {
|
||||||
'base_binary_url' => 'https://dl.bintray.com/embulk/maven/embulk-',
|
'base_binary_url' => 'https://github.com/embulk/embulk/releases/download/v',
|
||||||
'version' => '0.9.23',
|
'version' => '0.9.23',
|
||||||
'extension' => '.jar',
|
'extension' => '.jar',
|
||||||
'install_path' => '/opt/embulk'
|
'install_path' => '/opt/embulk'
|
||||||
|
|
Loading…
Reference in New Issue