Skip to content

Commit

Permalink
Remove unused environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed Feb 12, 2021
1 parent f3d99ed commit 166d556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ep3/ep3-run.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def ep3_run(args)
else
'/dev/null'
end
medal_pid = spawn({ 'PATH' => "#{ENV['EP3_LIBPATH']}/runtime:#{ENV['PATH']}", 'EP3_TEMPLATE_DIR' => template_dir },
medal_pid = spawn({ 'PATH' => "#{ENV['EP3_LIBPATH']}/runtime:#{ENV['PATH']}" },
"bash", "-o", "pipefail", "-c", "medal workdir/job.yml -i workdir/init.yml --workdir=workdir --tmpdir=tmpdir --leave-tmpdir --debug 3>&2 2>&1 1>&3 | tee #{logfile}",
:chdir => dir, :err => :out, :out => debugout)

Expand Down

0 comments on commit 166d556

Please sign in to comment.