2
0
Эх сурвалжийг харах

ci: use customized ci image

Evan You 7 жил өмнө
parent
commit
19008ecd12
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -3,7 +3,7 @@ version: 2
 defaults: &defaults
   working_directory: ~/project/vue
   docker:
-    - image: circleci/node:6-browsers
+    - image: vuejs/ci
 
 jobs:
   install: