From c28bbab48760d6a6a7053421a0f67b0519689305 Mon Sep 17 00:00:00 2001 From: JerrySentry Date: Tue, 23 Jan 2024 11:17:38 -0500 Subject: [PATCH] staging test actual base --- bundle_uploader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle_uploader.sh b/bundle_uploader.sh index 6dbf32d..bd5a54b 100755 --- a/bundle_uploader.sh +++ b/bundle_uploader.sh @@ -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)