mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Do not add proxy argument when running ember-cli test (#13498)
This commit is contained in:
parent
fa62b5e83b
commit
fbe004cc63
@ -41,7 +41,7 @@ args = ["-s", "--cwd", yarn_dir, "run", "ember", command] + ARGV.reject do |a|
|
|||||||
["--try", "--test", "--unicorn", "-u"].include?(a)
|
["--try", "--test", "--unicorn", "-u"].include?(a)
|
||||||
end
|
end
|
||||||
|
|
||||||
if !args.include?("--proxy")
|
if !args.include?("test") && !args.include?("--proxy")
|
||||||
args << "--proxy"
|
args << "--proxy"
|
||||||
args << PROXY
|
args << PROXY
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user