Move all files to drupal/
This commit is contained in:
parent
f545502947
commit
ec8f7f1481
35 changed files with 0 additions and 0 deletions
9
drupal/.githooks/pre-push
Executable file
9
drupal/.githooks/pre-push
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
|
||||
|
||||
set -o errexit
|
||||
|
||||
export TTY="-T"
|
||||
|
||||
./run test:commit
|
||||
Reference in a new issue