lol oops cacert
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Cadey Ratio 2020-05-31 16:00:26 -04:00
parent a2c2fcf5a6
commit d6d6d84e43
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 0.2.1
Hotfix for a typo in the docker manifest.
Hotfix for typos in the docker manifest.
## 0.2.0

View File

@ -10,7 +10,7 @@ let
name = "xena/gitea-release";
tag = "${gitea-release.version}";
contents = [ pkg ];
contents = [ pkgs.cacert pkg ];
config = {
Cmd = [ "/bin/gitea-release" "drone-plugin" ];