Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pretty-slack-notify fails since around November 1st, 2017 #47

Open
Kotoriii opened this issue Nov 8, 2017 · 1 comment
Open

Pretty-slack-notify fails since around November 1st, 2017 #47

Kotoriii opened this issue Nov 8, 2017 · 1 comment

Comments

@Kotoriii
Copy link

Kotoriii commented Nov 8, 2017

All my projects fail to notify on build success / failure in the pretty-slack-notify after-step.
This is where it fails:

Bundle complete! 112 Gemfile dependencies, 282 gems now installed.
Bundled gems are installed into `/pipeline/cache/bundle-install`
bundler: failed to load command: /pipeline/pretty-slack-notify-9d35dd43-0865-424e-baed-919999a73905/run.rb (/pipeline/pretty-slack-notify-9d35dd43-0865-424e-baed-919999a73905/run.rb)
LoadError: cannot load such file -- slack-notifier
  /pipeline/pretty-slack-notify-9d35dd43-0865-424e-baed-919999a73905/run.rb:3:in `require'
  /pipeline/pretty-slack-notify-9d35dd43-0865-424e-baed-919999a73905/run.rb:3:in `<top (required)>'
@shibukk
Copy link

shibukk commented Feb 23, 2018

@Kotoriii I tried this and I could fix.

build:
    after-steps:
        - install-packages:
            packages: ruby
-       - wantedly/pretty-slack-notify:
+       - pasonatquila/pretty-slack-notify:
            webhook_url: $SLACK_WEBHOOK_URL

FYI:
pasonatquila@f247cb3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants