diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-05-22 10:35:48 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-05-22 10:35:48 +0300 |
commit | 0e23138b50f1fdd9ea78df31eec1b3caac905e2c (patch) | |
tree | 8c7046c0820ef9c58254bf9610d1562815577e77 | |
parent | 3a1e810aaaea3e44c4dfc82a014485cf886d6b88 (diff) | |
download | pleroma-0e23138b50f1fdd9ea78df31eec1b3caac905e2c.tar.gz |
[#2497] Specified SHELL in .gitlab-ci.yml as required for `exexec`.
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |