Skip to content

Commit 08f5821

Browse files
committed
Merge branch '2.x_wiki_update' into 2.x_wiki_update_MR_devel
2 parents 8f76d57 + 1761fc6 commit 08f5821

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

RELEASE

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
2.0.1
1+
2.0.2
22

3-
## Changes since 2.0.0
3+
## Changes since 2.0.1
44

5-
* Added Drupal 11 template
5+
* Using https://github.com/codeenigma/ce-dev-ce-provision-config 2.x
6+
* Removed yarn as dependency, using only npm
67
* Updated references to 2.x-devel with devel-2.x

docker-images/controller-ci/provision.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
own_repository_branch: 2.x
2020
own_repository_skip_checkout: false
2121
config_repository: https://github.com/codeenigma/ce-dev-ce-provision-config.git
22-
config_repository_branch: 1.x
22+
config_repository_branch: 2.x
2323
config_repository_skip_checkout: false
2424
username: "{{ _ce_provision_username }}"
2525
install_username: "{{ _ce_provision_username }}"

docker-images/controller-devel/provision.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
own_repository_branch: 2.x
4343
own_repository_skip_checkout: false
4444
config_repository: https://github.com/codeenigma/ce-dev-ce-provision-config.git
45-
config_repository_branch: 1.x
45+
config_repository_branch: 2.x
4646
config_repository_skip_checkout: false
4747
username: "{{ _ce_provision_username }}"
4848
install_username: "{{ _ce_provision_username }}"

docker-images/controller/provision.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
own_repository_branch: 2.x
4343
own_repository_skip_checkout: false
4444
config_repository: https://github.com/codeenigma/ce-dev-ce-provision-config.git
45-
config_repository_branch: 1.x
45+
config_repository_branch: 2.x
4646
config_repository_skip_checkout: false
4747
username: "{{ _ce_provision_username }}"
4848
install_username: "{{ _ce_provision_username }}"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ce-dev",
33
"description": "Local Stack wrapper tool",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"author": "Codeenigma",
66
"bin": "./bin/run.js",
77
"bugs": "https://github.com/codeenigma/ce-dev/issues",

0 commit comments

Comments
 (0)