Skip to content
Snippets Groups Projects
Commit b8001914 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Check CI/CD for CRDB in OFC24

parent 69783027
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!285Resolve: "(CNIT) New SBI Driver based on OpenROADM for ROADMs"
......@@ -156,6 +156,7 @@ function crdb_undeploy_single() {
function crdb_drop_databases_single() {
echo "Drop TFS databases, if exist"
echo "CRDB_NAMESPACE=${CRDB_NAMESPACE}"
if [[ -z "${GITLAB_CI}" ]]; then
#kubectl --namespace ${CRDB_NAMESPACE} get service cockroachdb-public -o yaml
......
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