diff options
author | Melody Horn <melody@boringcactus.com> | 2020-12-22 18:52:14 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-12-22 18:52:14 -0700 |
commit | 2a5e244c74c7f23d46dd4b636a5590e81119dcd7 (patch) | |
tree | b91bd4deeed1bff8dd9a78e53c18ea6e26138087 | |
parent | f2cd937b4b6389ccc1f03c71a7d2f8df6e6089da (diff) | |
download | spec-2a5e244c74c7f23d46dd4b636a5590e81119dcd7.tar.gz spec-2a5e244c74c7f23d46dd4b636a5590e81119dcd7.zip |
fix irc notifications
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ tasks: - notify: | cd crowbar-spec message="crowbar spec updated: $(git log -1 --no-decorate --oneline)" - echo "/NOTICE #crowbar-lang :$message" | ssh -o StrictHostKeyChecking=no services@boringcactus.com 'sh -c "cat > ~/irc/chat.freenode.net/#crowbar-lang/in"' + echo "irc.server.freenode */notice #crowbar-lang $message" | ssh -o StrictHostKeyChecking=no services@boringcactus.com 'sh -c "cat > ~/.weechat/weechat_fifo"' artifacts: - crowbar-spec/_build/rinoh/crowbar-spec.pdf - crowbar-spec/_build/epub/crowbar-spec.epub |