浏览代码

:gear: updating drone indents

tags/0.0.1^2
j 3 年前
父节点
当前提交
45930341fd
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1
    3
      .drone.yml

+ 1
- 3
.drone.yml 查看文件

@@ -7,7 +7,6 @@ kind: pipeline
7 7
 name: frontend_run_tests
8 8
 
9 9
 steps:
10
-    # Test the vue frontend
11 10
     - name: test-frontend
12 11
         image: node
13 12
         commands:
@@ -16,9 +15,8 @@ steps:
16 15
             - npm install
17 16
             - npm test
18 17
         volumes:
19
-            # Link node_modules cache from host filesystem into container at the expected location
20 18
             - name: frontend_node_cache
21
-            path: /drone/src/frontend/node_modules
19
+                path: /drone/src/frontend/node_modules
22 20
 
23 21
 volumes:
24 22
     - name: frontend_node_cache

正在加载...
取消
保存