„.drone.yml“ ändern

This commit is contained in:
Christian Seyfferth 2020-05-07 10:27:46 +02:00
parent f26923af49
commit 279ef3c808

View File

@ -14,8 +14,9 @@ steps:
- name: Run Gulp
image: gulp-node:${DRONE_COMMIT}
commands:
- which gulp
- npm install
- gulp
- /usr/local/bin/gulp
- zip public.zip dist/*
- name: Upload Artifacts