This commit is contained in:
2023-05-03 15:17:31 -04:00
parent 8031b12940
commit 0e3ff90e09

View File

@@ -8,9 +8,6 @@ workspace:
steps:
- name: yarn install
image: node:latest
volumes:
- name: module_cache
path: ./node_modules
commands:
- yarn install
@@ -49,10 +46,6 @@ trigger:
event:
- push
volumes:
- name: module_cache
temp: {}
---
kind: pipeline
type: docker
@@ -64,9 +57,6 @@ workspace:
steps:
- name: yarn install
image: node:latest
volumes:
- name: module_cache
path: ./node_modules
commands:
- yarn install
@@ -100,10 +90,6 @@ trigger:
event:
- push
volumes:
- name: module_cache
temp: {}
---
kind: pipeline
type: docker