Replace build.yaml
with build-configs.yaml
This commit is contained in:
parent
bcb2ec9131
commit
a47c71b3ad
5
.yamlfmt.yaml
Normal file
5
.yamlfmt.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
formatter:
|
||||
include_document_start: true
|
||||
retain_line_breaks_single: true
|
||||
type: basic
|
19
build-configs.yaml
Normal file
19
build-configs.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
name: atdc
|
||||
template: drupal
|
||||
parameters:
|
||||
flake:
|
||||
devshell:
|
||||
packages:
|
||||
- php82
|
||||
- php82Packages.composer
|
||||
|
||||
git:
|
||||
ignore:
|
||||
- '!/_lessons/**'
|
||||
- '!/phpstan.neon'
|
||||
- '!/tests/**'
|
||||
|
||||
experimental:
|
||||
createTmuxStartupFile: true
|
||||
createInclusiveGitIgnoreFile: true
|
19
build.yaml
19
build.yaml
|
@ -1,19 +0,0 @@
|
|||
name: atdc
|
||||
type: drupal
|
||||
language: php
|
||||
|
||||
flake:
|
||||
devshell:
|
||||
packages:
|
||||
- php82
|
||||
- php82Packages.composer
|
||||
|
||||
git:
|
||||
ignore:
|
||||
- '!/_lessons/**'
|
||||
- '!/phpstan.neon'
|
||||
- '!/tests/**'
|
||||
|
||||
experimental:
|
||||
createTmuxStartupFile: true
|
||||
createInclusiveGitIgnoreFile: true
|
Loading…
Reference in a new issue