Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Adding pre-commit hook to setup:bolt:update. #33

Merged
merged 1 commit into from
May 5, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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