remove unnecessary volume mount from build step image

This commit is contained in:
2022-07-10 12:12:41 -07:00
parent fab155336e
commit e0a3b2aed9

View File

@@ -20,9 +20,6 @@ steps:
- name: build
image: node
volumes:
- name: cache
path: /tmp/cache
commands:
- yarn install
# - yarn build