summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoriximeow <git@iximeow.net>2022-12-26 00:22:45 +0000
committeriximeow <git@iximeow.net>2022-12-26 00:22:45 +0000
commit3418f6e71af2032fc48a082be51643b06f79aefe (patch)
tree37c1b6d47f2d11a431153b461c30c3a5e87a01ad /src
parent1fe3acc1422b09db27d179db05331a763b1db8a6 (diff)
dont need that to help me anymore really
Diffstat (limited to 'src')
-rw-r--r--src/ci_runner.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ci_runner.rs b/src/ci_runner.rs
index b02c4ff..1c2ba92 100644
--- a/src/ci_runner.rs
+++ b/src/ci_runner.rs
@@ -36,7 +36,6 @@ struct RequestedJob {
impl RequestedJob {
// TODO: panics if hyper finds the channel is closed. hum
async fn create_artifact(&self, client: &mut RunnerClient, name: &str, desc: &str) -> Result<ArtifactStream, String> {
- eprintln!("[?] creating artifact...");
let (mut sender, body) = hyper::Body::channel();
let resp = client.http.post("https://ci.butactuallyin.space:9876/api/artifact")
.header("user-agent", "ci-butactuallyin-space-runner")