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 e186b95 commit 7821110
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-cost-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v0'

- run: pip install -r ./scripts/cost-estimation/requirements.txt
- name: Install requirements
run: |
pip install -r ./scripts/cost-estimation/requirements.txt
- name: Calculate costs
run: |
Expand Down
4 changes: 4 additions & 0 deletions scripts/cost-estimation/calculate-costs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#!/bin/bash

set +xeuo pipefail

WORKING_DIR=$(dirname "$0")

ls -lisa "$WORKING_DIR"

bq query \
--nouse_legacy_sql \
--project_id stackrox-infra \
Expand Down

0 comments on commit 7821110

Please sign in to comment.