Skip to content
Snippets Groups Projects
Commit 50a0cf4d authored by Victor Kotlyar's avatar Victor Kotlyar
Browse files

Add cta-catalogue-schema-verify to the gitlab CI

parent 6eecfd06
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,8 @@ done
NB_TAPEDRIVES_IN_USE=${#TAPEDRIVES_IN_USE[@]}
echo "Preparing CTA configuration for tests"
# verify the catalogue DB schema
kubectl --namespace ${NAMESPACE} exec ctafrontend -- cta-catalogue-schema-verify /etc/cta/cta-catalogue.conf
kubectl --namespace ${NAMESPACE} exec ctafrontend -- cta-catalogue-admin-user-create /etc/cta/cta-catalogue.conf --username ctaadmin1 -m "docker cli"
for ((i=0; i<${#TAPEDRIVES_IN_USE[@]}; i++)); do
kubectl --namespace ${NAMESPACE} exec ctacli -- cta-admin logicallibrary add \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment