config/config.yaml in docman-0.0.76 vs config/config.yaml in docman-0.0.77
- old
+ new
@@ -5,14 +5,35 @@
builders:
root:
handler: :dir_builder
root_chain:
handler: :git_direct_builder
+ hooks:
+ builder:
+ after_execute:
+ - type: :yaml_execute
+ source_type: file
+ order: -10
+ stage: build
drupal:
handler: :drupal_drush_builder
+ hooks:
+ builder:
+ after_execute:
+ - type: :yaml_execute
+ source_type: file
+ order: -10
+ stage: build
repo:
handler: :git_direct_builder
+ hooks:
+ builder:
+ after_execute:
+ - type: :yaml_execute
+ source_type: file
+ order: -10
+ stage: build
dir:
handler: :dir_builder
symlink:
handler: :symlink_builder
states:
@@ -33,10 +54,15 @@
root_chain:
handler: :git_root_chain_builder
hooks:
builder:
after_execute:
+ - type: :yaml_execute
+ source_type: file
+ order: -10
+ execution_dir: $PROJECT$
+ stage: build
- type: :git_commit
order: 100
execution_dir: $PROJECT$
drupal:
handler: :drupal_drush_builder
@@ -52,9 +78,14 @@
builder:
before_execute:
- type: :git_pull
execution_dir: $PROJECT$
after_execute:
+ - type: :yaml_execute
+ source_type: file
+ order: -10
+ execution_dir: $PROJECT$
+ stage: build
- type: :git_commit
order: 100
execution_dir: $PROJECT$
dir:
handler: :dir_builder