[Drone] Change Docker image to pure alpine image
This commit is contained in:
parent
24f1fe375c
commit
1301eaf0a9
@ -3,10 +3,11 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: silex/emacs:27-alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add git
|
- apk update
|
||||||
- emacs --script export.el
|
- apk add git emacs-nox
|
||||||
|
- emacs -Q --script export.el
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user