Skip to content

Commit

Permalink
disable standalone, gms logs for debugging ci
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker committed Aug 21, 2023
1 parent a8ba7d6 commit 8399afa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion smoke-test/run-quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ echo "test_user:test_pass" >> ~/.datahub/plugins/frontend/auth/user.props
echo "DATAHUB_VERSION = $DATAHUB_VERSION"
DATAHUB_TELEMETRY_ENABLED=false \
DOCKER_COMPOSE_BASE="file://$( dirname "$DIR" )" \
datahub docker quickstart --version ${DATAHUB_VERSION} --standalone_consumers --dump-logs-on-failure --kafka-setup
datahub docker quickstart --version ${DATAHUB_VERSION} --dump-logs-on-failure --kafka-setup

# --standalone_consumers

0 comments on commit 8399afa

Please sign in to comment.