logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 0e23138b50f1fdd9ea78df31eec1b3caac905e2c
parent 3a1e810aaaea3e44c4dfc82a014485cf886d6b88
Author: Ivan Tashkinov <ivantashkinov@gmail.com>
Date:   Fri, 22 May 2020 10:35:48 +0300

[#2497] Specified SHELL in .gitlab-ci.yml as required for `exexec`.

Diffstat:

M.gitlab-ci.yml1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -6,6 +6,7 @@ variables: &global_variables POSTGRES_PASSWORD: postgres DB_HOST: postgres MIX_ENV: test + SHELL: /bin/sh USER: root cache: &global_cache_policy