This commit is contained in:
Austin Sasko 2022-08-22 12:47:28 -04:00
parent 0fa6362d37
commit 69e9183860

1
dist/index.js vendored
View file

@ -4774,6 +4774,7 @@ class UploadHttpClient {
}
const data = JSON.stringify(parameters, null, 2);
const artifactUrl = utils_1.getArtifactUrl();
console.log("ARTI " + artifactUrl)
// use the first client from the httpManager, `keep-alive` is not used so the connection will close immediately
const client = this.uploadHttpManager.getClient(0);
const headers = utils_1.getUploadHeaders('application/json', false);