[#2497] Customized exexec launch to support root operation (currently required by Gitlab CI).

This commit is contained in:
Ivan Tashkinov 2020-05-21 21:47:32 +03:00
commit 3a1e810aaa
6 changed files with 59 additions and 4 deletions

View file

@ -197,7 +197,8 @@ defmodule Pleroma.Mixfile do
ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"},
{:mox, "~> 0.5", only: :test},
{:restarter, path: "./restarter"},
{:exexec, "~> 0.2"},
# Note: `runtime: true` for :exexec makes CI fail due to `root` user (see Pleroma.Exec)
{:exexec, "~> 0.2", runtime: false},
{:open_api_spex,
git: "https://git.pleroma.social/pleroma/elixir-libraries/open_api_spex.git",
ref: "f296ac0924ba3cf79c7a588c4c252889df4c2edd"}