Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkiebell committed Mar 10, 2023
1 parent 09bea27 commit 0833f65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/circuit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
TEST_ID: ag-${{ inputs.circuit }}-${{ inputs.test-name }}
run: |
./scripts/ci_grafana.sh > grafana.sql
payload=$(printf '%s' '{"ref":"master","inputs":{"dbname":"ubuntu"}}' | jq -c --arg sql "$(cat grafana.sql)" '.inputs.sql=$sql')
payload=$(printf '%s' '{"ref":"master","inputs":{"dbname":"benchmarks"}}' | jq -c --arg sql "$(cat grafana.sql)" '.inputs.sql=$sql')
curl -H "authorization: token $GH_OPS_PAT" 'https://api.github.com/repos/privacy-scaling-explorations/github-ops/actions/workflows/pse-sql.yml/dispatches' -d "${payload}"
1 change: 0 additions & 1 deletion docker/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ FROM debian:bookworm-slim
RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends \
xxd \
ca-certificates \
gcc \
libc6-dev \
Expand Down

0 comments on commit 0833f65

Please sign in to comment.