瀏覽代碼

: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

Loading…
取消
儲存