Skip to content

Commit

Permalink
Adding pre-commit hook to setup:bolt:update. (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed May 5, 2016
1 parent 996dd99 commit e93ef2f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions template/scripts/bolt/update-scaffold
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@ BOLT_BRANCH=8.x

# Upstream directories to pull. These will be prefixed with "template/".
BOLT_DIRS=(
"bolt.sh"
"build/core"
"drush.wrapper"
"factory-hooks/post-settings-php/protect_env.php.example"
"factory-hooks/pre-settings-php/includes.php.example"
"hooks/samples"
"hooks/templates"
"scripts/bolt"
"scripts/deploy"
"scripts/release-notes"
"scripts/drupal"
"bolt.sh"
"scripts/git-hooks/pre-commit"
"scripts/release-notes"
)

# Move into repository root.
Expand Down

0 comments on commit e93ef2f

Please sign in to comment.