Sha256: 4b49de99763a44b62e69b87e4c711f4205fa7dab1f312e1ea2de4289df289c8b

Contents?: true

Size: 845 Bytes

Versions: 2

Compression:

Stored size: 845 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
  if is_ci?
    slack(success: false, message: error)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pantograph-0.1.7 pantograph/lib/assets/DefaultPantfileTemplate
pantograph-0.1.6 pantograph/lib/assets/DefaultPantfileTemplate