Skip to content
Open
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
resource_class: large
steps:
- checkout
- run: composer install -n
- run:
name: Configure globals
command: ./.circleci/set-up-globals.sh
Expand Down Expand Up @@ -83,6 +84,7 @@ jobs:
resource_class: large
steps:
- checkout
- run: composer install -n
- run:
name: Configure globals
command: ./.circleci/set-up-globals.sh
Expand Down Expand Up @@ -122,6 +124,7 @@ jobs:
resource_class: large
steps:
- checkout
- run: composer install -n
- run:
name: dependencies
command: ./.circleci/set-up-globals.sh
Expand All @@ -143,6 +146,7 @@ jobs:
<<: *defaults
steps:
- checkout
- run: composer install -n
- run:
name: Configure globals
command: ./.circleci/set-up-globals.sh
Expand Down Expand Up @@ -170,6 +174,7 @@ jobs:
resource_class: large
steps:
- checkout
- run: composer install -n
- run:
name: Configure globals
command: ./.circleci/set-up-globals.sh
Expand Down Expand Up @@ -207,6 +212,7 @@ jobs:
resource_class: large
steps:
- checkout
- run: composer install -n
- run:
name: dependencies
command: ./.circleci/set-up-globals.sh
Expand All @@ -231,6 +237,7 @@ jobs:
<<: *defaults
steps:
- checkout
- run: composer install -n
- run:
name: Configure globals
command: ./.circleci/set-up-globals.sh
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,14 @@ The `build:project:info` command displays information about a site created by th

There are no additional command options for this command.

### build:project:version

The `build:project:version` command displays information about a code base to identify the framework used, version, and the upstream that should be used.

#### Command Options

There are no additional command options for this command.

### build:secrets:delete

The `build:secrets:delete` command deletes a secret from Pantheon. These secrets are commonly used for storing information needed by CI integrations, such as [Quicksilver Pushback](https://www.github.com/pantheon-systems/quicksilver-pushback).
Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@
"phpunit/phpunit": "^4.8.36",
"doctrine/instantiator": "1.0.5",
"phpdocumentor/reflection-docblock": "3.2.2",
"symfony/polyfill-ctype": "v1.11.0",
"symfony/yaml": "v3.4.26",
"symfony/polyfill-ctype": "v1.10.0",
"symfony/yaml": "v3.4.22",
"webmozart/assert": "1.4.0",
"phpspec/prophecy": "1.8.0"
},
"scripts": {
"unit-test": "./vendor/bin/phpunit --bootstrap ./vendor/autoload.php tests/*"
},
"require": {
"consolidation/version-tool": "^0.1.8"
}
}
120 changes: 85 additions & 35 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading