fixed drone config

This commit is contained in:
konrad 2018-09-08 17:52:06 +02:00
parent 6acc9c2a91
commit a52b496017
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 10 additions and 10 deletions

View File

@ -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: