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