Sha256: b06d578f30be75fc2893ccdbf4bb339dd2ee4d57d5c37dbb28cc08f73b093903
Contents?: true
Size: 846 Bytes
Versions: 10
Compression:
Stored size: 846 Bytes
Contents
# This file contains the pantograph.tools configuration # You can find the documentation at https://johnknapprs.github.io/pantograph # # For a list of all available actions, check out # # https://johnknapprs.github.io/pantograph/actions # # For a list of all available plugins, check out # # https://johnknapprs.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
Version data entries
10 entries across 10 versions & 1 rubygems