mirror of
https://github.com/posva/vim-vue.git
synced 2025-12-07 10:04:25 +08:00
ci: custom image
This commit is contained in:
@@ -14,6 +14,9 @@ version: 2
|
||||
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: posva/vim-make:0.1
|
||||
|
||||
working_directory: ~/repo
|
||||
|
||||
steps:
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
FROM thinca/vim:8.1.0255
|
||||
FROM thinca/vim
|
||||
|
||||
RUN apk add make
|
||||
|
||||
Reference in New Issue
Block a user