Skip to content

Commit

Permalink
staging test actual base
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrySentry committed Jan 23, 2024
1 parent 50358e0 commit c28bbab
Showing 1 changed file with 1 addition and 1 deletion.
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": "d25201cca68af2c39c5cb031b1f7e1bc55ed9ab6", "slug": "scott-codecov::::codecov-test"}' 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": "0f4a922e6f434c1c172145bf75f491b6afffc344", "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 c28bbab

Please sign in to comment.