# This file contains the pantograph.tools configuration # You can find the documentation at urbanquakers.github.io/pantograph # # For a list of all available actions, check out # # urbanquakers.github.io/pantograph/actions # # For a list of all available plugins, check out # # urbanquakers.github.io/pantograph/plugins/available-plugins #
# Uncomment the line if you want pantograph to automatically update itself # update_pantograph
before_all do |lane|
# Tasks here execute before every lane called
end
- [LANES]
-
after_all do |lane|
# Tasks here execute after all lanes have been completed
end
error do |_, error|
# When a lane fails the `error` lane is triggered # Use this space to have Pantograph take action during a failure state next unless is_ci? slack(success: false, message: error)
end