aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/.drone.yml
diff options
context:
space:
mode:
authorFranck <franck@fcuny.net>2022-11-13 13:27:23 -0800
committerFranck <franck@fcuny.net>2022-11-13 13:27:23 -0800
commitb075a84043726de7d419faf765ce52f5dcd3cbe7 (patch)
treea959e5422544274e13aab44fb747b981f89040db /src/x509-info/.drone.yml
parentMerge pull request 'fcuny/minor-changes' (#2) from fcuny/reduce-build-time in... (diff)
parentref: print succinct or detailed information about a cert (diff)
downloadx-b075a84043726de7d419faf765ce52f5dcd3cbe7.tar.gz
Merge pull request 'ref: print succinct or detailed information about a cert' (#3) from fcuny/rendering into main
Reviewed-on: https://git.fcuny.net/fcuny/x509-info/pulls/3
Diffstat (limited to '')
-rw-r--r--src/x509-info/.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/x509-info/.drone.yml b/src/x509-info/.drone.yml
index f3ec80f..7c469a4 100644
--- a/src/x509-info/.drone.yml
+++ b/src/x509-info/.drone.yml
@@ -33,6 +33,7 @@ steps:
- nix develop --command cargo test
- nix build .
- nix run . -- fcuny.net
+ - nix run . -- --format long fcuny.net
---
kind: pipeline
type: docker