Compare commits

...

2 Commits

Author SHA1 Message Date
Marvin Steadfast ad03c658df Bump version: 0.2.14 → 0.2.15
continuous-integration/drone/push Build is passing Details
4 years ago
Marvin Steadfast 31a9b22155 adds missing curl 4 years ago

@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.2.14
current_version = 0.2.15
commit = True
tag = True

@ -48,7 +48,7 @@ steps:
DOCKER_REGISTRY: quay.io
commands:
- sleep 5
- apk add --no-cache bash docker
- apk add --no-cache bash curl docker
- curl -sL https://git.io/goreleaser | bash
depends_on:
- test

Loading…
Cancel
Save