hashbang/hashbang.sh

Travis CI failing due to bad signature

daveloyall opened this issue · 1 comments

See https://travis-ci.org/hashbang/hashbang.sh/builds/292822629?utm_source=github_status&utm_medium=notification

Here's a snippet for your convenience.

gpg -d -o index.html.data static/index.html
gpg: Signature made Thu 28 Sep 2017 09:56:24 PM UTC using RSA key ID 8FAA96F5
gpg: BAD signature from "Hashbang Team team@hashbang.sh"
The command "./test.sh" exited with 1.

... oh I get it, index.html would need to be signed over again after the changes, eh? I think that's it so I'll close this.