From a52b4960170bef721b3f59947c75146bab4342df Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 8 Sep 2018 17:52:06 +0200 Subject: [PATCH] fixed drone config --- .drone.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index d8c2710c6..4d1f10f9b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,16 +29,16 @@ pipeline: when: event: [tag] - static: - image: karalabe/xgo-latest:latest - pull: true - commands: - - cd dist - - zip -r ../vikunja-frontend-master.zip * - - cd .. - when: - event: [push] - branch: [ master ] + static: + image: karalabe/xgo-latest:latest + pull: true + commands: + - cd dist + - zip -r ../vikunja-frontend-master.zip * + - cd .. + when: + event: [push] + branch: [ master ] # Push the releases to our pseudo-s3-bucket release: