„.drone.yml“ ändern

This commit is contained in:
Christian Seyfferth 2020-05-07 09:23:23 +02:00
parent 041fb88d49
commit d454ee10f3

View File

@ -6,7 +6,7 @@ steps:
- name: build
image: node:14-alpine
commands:
- npm install --global gulp
- npm install gulp
- npm install
- gulp
- zip public.zip dist/*