UNCLASSIFIED - NO CUI

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

Fat. finger.

parent 4d0352d7
No related branches found
No related tags found
1 merge request!419Breaking Change update cert for *.bigbang.dev
Pipeline #222212 failed
......@@ -94,9 +94,9 @@ pre vars:
- tests/**/*
.deploy_bigbang: &deploy_bigbang
- find ./scripts/deploy -type f -name '*.sh' | sort | xargs -r -I {} sh -c 'echo {} && sh {}'$CI_COMMIT_REF_NAME
- find ./scripts/deploy -type f -name '*.sh' | sort | xargs -r -I {} sh -c 'echo {} && sh {}'
- 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 {}'
......
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