From: Ivan Tashkinov Date: Fri, 22 May 2020 07:35:48 +0000 (+0300) Subject: [#2497] Specified SHELL in .gitlab-ci.yml as required for `exexec`. X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=0e23138b50f1fdd9ea78df31eec1b3caac905e2c;p=akkoma [#2497] Specified SHELL in .gitlab-ci.yml as required for `exexec`. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14300f3bf..e596aa0ec 100644 --- 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