Skip to content

Commit

Permalink
Don't log passwords (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel authored Jan 29, 2025
1 parent e5daa2a commit f7840da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/build-helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ function influxdb_push () {
esac
done
data="$data $(date +%s)000000000"
set +x
case "$INFLUXDB_WRITE_URL" in
'') ;;
# If INFLUXDB_WRITE_URL starts with insecure_https://, then strip
Expand All @@ -23,6 +24,7 @@ function influxdb_push () {
*)
curl -fSs --max-time 20 -XPOST --data-binary "$data" "$INFLUXDB_WRITE_URL" || :;;
esac
set -x
}

function report_state () {
Expand Down

0 comments on commit f7840da

Please sign in to comment.