lol oops cacert
This commit is contained in:
parent
a2c2fcf5a6
commit
d6d6d84e43
|
@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## 0.2.1
|
## 0.2.1
|
||||||
|
|
||||||
Hotfix for a typo in the docker manifest.
|
Hotfix for typos in the docker manifest.
|
||||||
|
|
||||||
## 0.2.0
|
## 0.2.0
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ let
|
||||||
name = "xena/gitea-release";
|
name = "xena/gitea-release";
|
||||||
tag = "${gitea-release.version}";
|
tag = "${gitea-release.version}";
|
||||||
|
|
||||||
contents = [ pkg ];
|
contents = [ pkgs.cacert pkg ];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
Cmd = [ "/bin/gitea-release" "drone-plugin" ];
|
Cmd = [ "/bin/gitea-release" "drone-plugin" ];
|
||||||
|
|
Loading…
Reference in New Issue