Skip to content

Commit

Permalink
ci: fix Docker entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyang01 authored Dec 5, 2024
1 parent d6f253d commit d129209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ parse_dsn() {
if [ -z "$SOURCE_DSN" ]; then
echo "Error: SOURCE_DSN environment variable is not set"
exit 1
}
fi

local dsn="$SOURCE_DSN"

Expand Down

0 comments on commit d129209

Please sign in to comment.