diff options
| author | Franck <franck@fcuny.net> | 2022-11-13 13:27:23 -0800 |
|---|---|---|
| committer | Franck <franck@fcuny.net> | 2022-11-13 13:27:23 -0800 |
| commit | b075a84043726de7d419faf765ce52f5dcd3cbe7 (patch) | |
| tree | a959e5422544274e13aab44fb747b981f89040db /src/x509-info/.drone.yml | |
| parent | Merge pull request 'fcuny/minor-changes' (#2) from fcuny/reduce-build-time in... (diff) | |
| parent | ref: print succinct or detailed information about a cert (diff) | |
| download | x-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.yml | 1 |
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 |
