Explorar el Código

:gear: using validation tool to generate drone file

tags/0.0.1^2
j hace 3 años
padre
commit
be49fbaadc
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. 1
    4
      .drone.yml

+ 1
- 4
.drone.yml Ver fichero

1
----
2
 #################
1
 #################
3
 # Frontend Test #
2
 # Frontend Test #
4
 #################
3
 #################
5
-
6
 kind: pipeline
4
 kind: pipeline
5
+type: docker
7
 name: frontend_run_tests
6
 name: frontend_run_tests
8
 
7
 
9
 steps:
8
 steps:
22
     - name: frontend_node_cache
21
     - name: frontend_node_cache
23
       host:
22
       host:
24
           path: /tmp/cache/drone/frontend/node_modules
23
           path: /tmp/cache/drone/frontend/node_modules
25
----
26
-

Loading…
Cancelar
Guardar