remove unnecessary volume mount from build step image

This commit is contained in:
Chuck Dries 2022-07-10 12:12:41 -07:00
parent fab155336e
commit e0a3b2aed9
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6

View File

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