-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from palantirnet/rearrange-templates-again
Rearrange templates/default files (again)
- Loading branch information
Showing
45 changed files
with
123 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Contents of the `defaults` directory | ||
|
||
| Directory | Contents | | ||
|---|---| | ||
| `artifact/` | Default files used in build artifacts. Override these by editing the `artifact.gitignore_template` and `artifact.readme_template` in your project's properties. | | ||
| `drupal-skeleton/` | Files used for automated testing of the [palantirnet/drupal-skeleton](https://github.com/palantirnet/drupal-skeleton) project. | | ||
| `install/` | Templates used when installing the-build into a project. | | ||
| `install_site/` | Templates used when adding a multisite to a project with the `phing drupal-add-multisite` command. | | ||
| `standard/` | Configuration files and a module that are referenced directly by the-build. | |
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# These properties are for running the Drupal Skeleton on circle. | ||
drupal: | ||
twig: | ||
debug: false | ||
sites: | ||
default: | ||
database: | ||
database: circle_test | ||
username: root | ||
password: "root" | ||
host: 127.0.0.1 | ||
|
||
behat: | ||
args: "--profile=circleci --suite=default --strict --format=junit --out=/tmp/artifacts --tags=~@skipci" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# @file | ||
# Build configuration for the palantirnet/drupal-skeleton project. | ||
|
||
build: | ||
host: other | ||
|
||
drupal: | ||
root: "web" | ||
|
||
twig: | ||
debug: true | ||
|
||
sites: | ||
default: | ||
dir: default | ||
uri: "drupal-skeleton.local" | ||
hash_salt: "temporary" | ||
profile: standard | ||
database: | ||
database: "drupal" | ||
|
||
# Multisites created by `phing drupal-add-multisite` will be automatically added here. | ||
# @multisite_placeholder@ | ||
|
||
_defaults: | ||
database: | ||
username: "root" | ||
password: "root" | ||
host: "127.0.0.1" | ||
|
||
behat: | ||
args: "--suite=default --strict" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Building an Artifact | ||
|
||
You can find the full set of configuration options for artifacts under the 'artifact' property in the [defaults.properties.yml](../defaults.properties.yml) file. | ||
You can find the full set of configuration options for artifacts under the 'artifact' property in the [defaults.yml](../defaults.yml) file. | ||
|
||
## Basic configuration | ||
|
||
|
@@ -12,7 +12,7 @@ artifact: | |
remote: [email protected]:example.git | ||
``` | ||
|
||
All artifact configuration should be in your project's base properties file, `.the-build/build.default.properties.yml`. | ||
All artifact configuration should be in your project's base properties file, `.the-build/build.yml`. | ||
|
||
## Runtime flags | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.