Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Aug 3, 2023
1 parent 7821110 commit 20a972f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/cost-estimation/calculate-costs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 20a972f

Please sign in to comment.