mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 09:31:40 -05:00
Use bash instead of sh
This commit is contained in:
parent
6765e7f7b3
commit
99e24051b8
1 changed files with 1 additions and 1 deletions
|
@ -20,5 +20,5 @@ blocks:
|
|||
- checkout
|
||||
- >-
|
||||
docker run --rm -v "$PWD:/src"
|
||||
silex/emacs:"$EMACS_VERSION" sh -c
|
||||
silex/emacs:"$EMACS_VERSION" bash -c
|
||||
'apt-get update && apt-get install -y make && make -C /src'
|
||||
|
|
Loading…
Add table
Reference in a new issue