forked from AkkomaGang/akkoma
[#2497] Specified SHELL in .gitlab-ci.yml as required for exexec
.
This commit is contained in:
parent
3a1e810aaa
commit
0e23138b50
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue