Compare commits
21 Commits
Author | SHA1 | Date | |
---|---|---|---|
beedbaba4f | |||
701f32ef99 | |||
672657ffa2 | |||
db13ee41fa | |||
860b03860a | |||
f5a9efdd95 | |||
8cb93ed094 | |||
518541e2fc | |||
103a47ef21 | |||
e760b2ef28 | |||
bb9f603173 | |||
1c67a1b320 | |||
a296460487 | |||
94efeab605 | |||
abbe3f6602 | |||
0687172f9e | |||
27a4ff7f83 | |||
7098bd6765 | |||
74de94b50d | |||
5870a0b47c | |||
69572713a4 |
@ -15,7 +15,6 @@ steps:
|
|||||||
- git pull
|
- git pull
|
||||||
- composer install
|
- composer install
|
||||||
- /var/www/gno/vendor/bin/drush updb
|
- /var/www/gno/vendor/bin/drush updb
|
||||||
- /var/www/gno/vendor/bin/drush config:import --source=../config
|
|
||||||
- /var/www/gno/vendor/bin/drush config:import --source=modules/contrib/goodnightout_opencase/config/optional -y
|
- /var/www/gno/vendor/bin/drush config:import --source=modules/contrib/goodnightout_opencase/config/optional -y
|
||||||
- name: notify on failure
|
- name: notify on failure
|
||||||
image: plugins/slack
|
image: plugins/slack
|
||||||
@ -33,4 +32,4 @@ steps:
|
|||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- dev
|
- master
|
||||||
|
@ -19,11 +19,11 @@
|
|||||||
},{
|
},{
|
||||||
|
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/opencase.git"
|
"url": "ssh://git@gitlab.com/opencase1/opencase.git"
|
||||||
},{
|
},{
|
||||||
|
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/bartik_gno.git"
|
"url": "ssh://git@gitlab.com/opencase1/bartik_gno.git"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
@ -41,7 +41,6 @@
|
|||||||
"drupal/core-recommended": "^9",
|
"drupal/core-recommended": "^9",
|
||||||
"drupal/csv_serialization": "^2.0",
|
"drupal/csv_serialization": "^2.0",
|
||||||
"drupal/ctools": "^3.7",
|
"drupal/ctools": "^3.7",
|
||||||
"drupal/custom_breadcrumbs": "^1.0",
|
|
||||||
"drupal/date_popup": "^1.1",
|
"drupal/date_popup": "^1.1",
|
||||||
"drupal/dbug": "^2.0",
|
"drupal/dbug": "^2.0",
|
||||||
"drupal/devel_entity_updates": "^3.0",
|
"drupal/devel_entity_updates": "^3.0",
|
||||||
@ -53,6 +52,7 @@
|
|||||||
"drupal/hide_revision_field": "^2.2",
|
"drupal/hide_revision_field": "^2.2",
|
||||||
"drupal/mailsystem": "^4.3",
|
"drupal/mailsystem": "^4.3",
|
||||||
"drupal/password_strength": "^2.0@beta",
|
"drupal/password_strength": "^2.0@beta",
|
||||||
|
"drupal/redirect_after_login": "^2.7",
|
||||||
"drupal/restui": "^1.20",
|
"drupal/restui": "^1.20",
|
||||||
"drupal/route_condition": "^2.0",
|
"drupal/route_condition": "^2.0",
|
||||||
"drupal/search_api": "^1.21",
|
"drupal/search_api": "^1.21",
|
||||||
|
1469
composer.lock
generated
1469
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user