fixed drone config
This commit is contained in:
parent
6acc9c2a91
commit
a52b496017
1 changed files with 10 additions and 10 deletions
20
.drone.yml
20
.drone.yml
|
@ -29,16 +29,16 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: [tag]
|
event: [tag]
|
||||||
|
|
||||||
static:
|
static:
|
||||||
image: karalabe/xgo-latest:latest
|
image: karalabe/xgo-latest:latest
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- cd dist
|
- cd dist
|
||||||
- zip -r ../vikunja-frontend-master.zip *
|
- zip -r ../vikunja-frontend-master.zip *
|
||||||
- cd ..
|
- cd ..
|
||||||
when:
|
when:
|
||||||
event: [push]
|
event: [push]
|
||||||
branch: [ master ]
|
branch: [ master ]
|
||||||
|
|
||||||
# Push the releases to our pseudo-s3-bucket
|
# Push the releases to our pseudo-s3-bucket
|
||||||
release:
|
release:
|
||||||
|
|
Loading…
Reference in a new issue