Skip to content

Commit

Permalink
test: rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Feb 21, 2025
1 parent 724a007 commit a8845cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/init-plugin-test-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ after() {
# configure keycloak
docker exec apisix_keycloak bash /tmp/kcadm_configure_cas.sh
docker exec apisix_keycloak bash /tmp/kcadm_configure_university.sh
docker exec apisix_keycloak bash /tmp/kcadm_configure_basic.sh

# configure clickhouse
echo 'CREATE TABLE default.test (`host` String, `client_ip` String, `route_id` String, `service_id` String, `@timestamp` String, PRIMARY KEY(`@timestamp`)) ENGINE = MergeTree()' | curl 'http://localhost:8123/' --data-binary @-
Expand Down

0 comments on commit a8845cc

Please sign in to comment.