diff --git a/scripts/cost-estimation/calculate-costs.sh b/scripts/cost-estimation/calculate-costs.sh index 33562f958..6c9a1e1ff 100755 --- a/scripts/cost-estimation/calculate-costs.sh +++ b/scripts/cost-estimation/calculate-costs.sh @@ -4,11 +4,10 @@ set +xeuo pipefail WORKING_DIR=$(dirname "$0") -ls -lisa "$WORKING_DIR" - bq query \ --nouse_legacy_sql \ --project_id stackrox-infra \ --format prettyjson \ < "${WORKING_DIR}/total-time-consumed.sql" \ +| wc -l # | python3 "${WORKING_DIR}/render_costs.py"