CD/CD consolidation
This commit is contained in:
7
devops/tools/signals-scripts/run-spansink.sh
Normal file
7
devops/tools/signals-scripts/run-spansink.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
# Run the OTLP span sink for Excititor traces (DEVOPS-SPANSINK-31-003).
|
||||
ROOT=${ROOT:-$(git rev-parse --show-toplevel)}
|
||||
COMPOSE_FILE=${COMPOSE_FILE:-$ROOT/ops/devops/signals/docker-compose.spansink.yml}
|
||||
export COMPOSE_FILE
|
||||
exec docker compose up -d
|
||||
Reference in New Issue
Block a user