so that's why the build finished so fast
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Cadey Ratio 2020-05-31 16:46:35 -04:00
parent be09d46574
commit 285d8a7e67
6 changed files with 10 additions and 6 deletions

View File

@ -33,7 +33,7 @@ steps:
image: "monacoremo/nix:2020-04-05-05f09348-circleci"
environment:
USER: root
run:
commands:
- cachix use xe
- nix-build docker.nix
- cp $(readlink result) /result/docker.tgz
@ -51,7 +51,7 @@ steps:
path: /result
- name: dockersock
path: /var/run/docker.sock
run:
commands:
- docker load /result/docker.tgz
- echo $DOCKER_PASSWORD | docker login -u $DOCKER_USERNAME --password-stdin
- docker push xena/gitea-release

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.2.4
I need to make some kind of drone CI validator
## 0.2.3
Typo in the CD script :D

2
Cargo.lock generated
View File

@ -326,7 +326,7 @@ dependencies = [
[[package]]
name = "gitea-release"
version = "0.2.3"
version = "0.2.4"
dependencies = [
"anyhow",
"byte-unit",

View File

@ -1,6 +1,6 @@
[package]
name = "gitea-release"
version = "0.2.3"
version = "0.2.4"
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"

View File

@ -29,7 +29,7 @@ To use this as a drone plugin, add the following to your `.drone.yml`:
```yaml
- name: auto-release
image: xena/gitea-release:0.2.3
image: xena/gitea-release:0.2.4
settings:
auth_username: cadey
changelog_path: ./CHANGELOG.md

View File

@ -1 +1 @@
0.2.3
0.2.4