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