Skip to content

Commit

Permalink
staging test head
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrySentry committed Jan 23, 2024
1 parent c28bbab commit 2762732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/integrator/banker.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ def reset(self):
def backdoor(self):
self.balance += 5006

# test
# 1test
2 changes: 1 addition & 1 deletion bundle_uploader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ How to Test Local Things Bundle Analysis
#!/usr/bin/env bash

# staging
RES=$(curl -X POST -H "Content-Type: application/json" -H "Authorization: token 81325051-5f42-4415-87e8-692a640de455" --data '{"commit": "0f4a922e6f434c1c172145bf75f491b6afffc344", "slug": "JerrySentry::::LocalDev"}' https://stage-api.codecov.dev/upload/bundle_analysis/v1)
RES=$(curl -X POST -H "Content-Type: application/json" -H "Authorization: token 81325051-5f42-4415-87e8-692a640de455" --data '{"commit": "1940231f43a94800876be6ca6d06ceb2e1385ebd", "slug": "JerrySentry::::LocalDev"}' https://stage-api.codecov.dev/upload/bundle_analysis/v1)

# local
# RES=$(curl -X POST -H "Content-Type: application/json" -H "Authorization: token aad91b00-cfc5-4b4e-be59-af139ec92766" --data '{"commit": "50f88ea5b921082f28135a3ba44869341a9c4773", "slug": "JerrySentry::::LocalDev"}' http://localhost:8000/upload/bundle_analysis/v1)
Expand Down

0 comments on commit 2762732

Please sign in to comment.