forked from dru-io/Dru.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitlc.yml
30 lines (30 loc) · 920 Bytes
/
.gitlc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
code_style:
default: [codespell]
rules:
includes: ignore
misc: ignore
modules: ignore
profiles: ignore
scripts: ignore
themes: ignore
sites/all/modules/contrib: ignore
sites/all/libraries: ignore
sites/all/modules: [drupal, drupalsecure, drupalpractice]
sites/all/themes: [drupal, drupalsecure, drupalpractice]
deploy:
pull_request:
robin:
domain: "{pr_number}.pr.dru.io"
type:
name: "custom"
settings:
domain: "{domainname}"
account-name: "Niklan"
account-mail: "[email protected]"
account-pass: "druiotesting"
site-name: "PR {pr_number}"
site-mail: "noreply@{domainname}"
dir: '{home}/github/pr/{pr_number}'
init: '{deploy_dir}/scripts/deploy_init.sh'
before: '{deploy_dir}/scripts/deploy_before.sh'
after: '{deploy_dir}/scripts/deploy_after.sh'