UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a01a1c16 authored by Thomas Runyon's avatar Thomas Runyon
Browse files

show cert information in CI

parent fabb5718
No related branches found
No related tags found
1 merge request!419Breaking Change update cert for *.bigbang.dev
......@@ -94,11 +94,12 @@ pre vars:
- tests/**/*
.deploy_bigbang: &deploy_bigbang
- find ./scripts/deploy -type f -name '*.sh' | sort | xargs -r -I {} sh -c 'echo {} && sh {}'
- find ./scripts/deploy -type f -name '*.sh' | sort | xargs -r -I {} sh -c 'echo {} && sh {}'$CI_COMMIT_REF_NAME
- kubectl get secrets -n istio-system wildcard-cert -o jsonpath="{ .data.tls\.crt }" | base64 --decode | openssl x509 -text
.test_bigbang: &test_bigbang
- find ./tests -type f -name '*.sh' | sort | xargs -r -I {} sh -c 'echo {} && sh {}'
clean install:
stage: smoke tests
extends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment