Skip to content

Commit

Permalink
Update update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bm1549 authored Dec 10, 2024
1 parent 6800579 commit 075968d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/telemetry_intake/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ REPO_URL="https://github.com/DataDog/dd-go.git"
SCRIPT_DIR=$(dirname "$(realpath "$0")")
TARGET_DIR="$SCRIPT_DIR/static"
SUBDIR="trace/apps/tracer-telemetry-intake/telemetry-payload/static/"
BRANCH="bm1549/handle-missing-configs" # This should ALWAYS be "prod" in master. Please revert changes before merging
BRANCH="prod" # This should ALWAYS be "prod" in master. Please revert changes before merging

# Create a temporary directory for cloning
TEMP_DIR=$(mktemp -d)
Expand Down

0 comments on commit 075968d

Please sign in to comment.