Browse Source

fix ci config bug

master
wally 4 years ago
parent
commit
6d0ec3d367
  1. 4
      .drone.yml

4
.drone.yml

@ -44,7 +44,7 @@ steps:
- ./node_modules
- name: build
image: node:*DEVELOPMENT_NODE_VERSION
image: node: *DEVELOPMENT_NODE_VERSION
pull: if-not-exists # default always
# volumes:
# - name: cache
@ -148,7 +148,7 @@ steps:
- ./node_modules
- name: build
image: node:*PRODUCTION_NODE_VERSION
image: node: *PRODUCTION_NODE_VERSION
pull: if-not-exists # default always
# volumes:
# - name: cache

Loading…
Cancel
Save