werks here

This commit is contained in:
peter
2019-08-03 20:28:36 +02:00
parent d9ccd4d9d3
commit 52ec9c8201
53 changed files with 561 additions and 349 deletions
+1 -2
View File
@@ -2,7 +2,6 @@ kind: pipeline
name: default
steps:
- name: restore cache
image: drillster/drone-volume-cache
settings:
@@ -45,7 +44,7 @@ steps:
image: alpine:3.9
commands:
- apk add --no-cache zip
- zip -9r ./dist/plugin.zip static
- zip -9r ./plugin.zip *.js
when:
event:
- tag