Travis CI failing due to bad signature
daveloyall opened this issue · 1 comments
daveloyall commented
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.
daveloyall commented
... 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.