hansjorg / rust-ci

Django webapp for www.rust-ci.org
Apache License 2.0
17 stars 8 forks source link

Shell error on uploading docs #5

Closed lambda-fairy closed 10 years ago

lambda-fairy commented 10 years ago

On builds since a few days ago, uploading documentation fails with the following error:

$ curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
sh: 1: Syntax error: "(" unexpected

This has happened in both my project and other people's.

I suspect this is caused by an error in the backend, since the original script doesn't seem to contain any parentheses.

lambda-fairy commented 10 years ago

It's started working again; closing.