This commit is contained in:
Kazuhiro MUSASHI 2021-06-19 20:14:45 +09:00 committed by Gitea
parent 00813e9f17
commit 8d335a7bae
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ipaddr = run_command(cmd).stdout.chomp
node.reverse_merge!({
'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',
'extension' => '.jar',
'install_path' => '/opt/embulk'