Bläddra i källkod

:gear: updating drone indents

tags/0.0.1^2
j 3 år sedan
förälder
incheckning
45930341fd
1 ändrade filer med 1 tillägg och 3 borttagningar
  1. 1
    3
      .drone.yml

+ 1
- 3
.drone.yml Visa fil

@@ -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

Laddar…
Avbryt
Spara