Compare commits
30 Commits
7d40d30e10
...
master
Author | SHA1 | Date | |
---|---|---|---|
beedbaba4f | |||
701f32ef99 | |||
672657ffa2 | |||
db13ee41fa | |||
860b03860a | |||
f5a9efdd95 | |||
8cb93ed094 | |||
518541e2fc | |||
103a47ef21 | |||
e760b2ef28 | |||
bb9f603173 | |||
1c67a1b320 | |||
a296460487 | |||
94efeab605 | |||
abbe3f6602 | |||
0687172f9e | |||
27a4ff7f83 | |||
7098bd6765 | |||
74de94b50d | |||
5870a0b47c | |||
69572713a4 | |||
c03aee9c6b | |||
17a6cc9da8 | |||
2fa2281eb7 | |||
2515cc1a39 | |||
6ba2cdbcfa | |||
0acf715e4c | |||
88c8670425 | |||
26821f42e2 | |||
0f6b339ca6 |
@ -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,16 @@
|
|||||||
},{
|
},{
|
||||||
|
|
||||||
"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",
|
||||||
|
"url": "ssh://git@gitlab.com/opencase1/bartik_gno.git"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"autonomic/goodnightout_opencase": "dev-dev",
|
"autonomic/bartik_gno": "dev-main",
|
||||||
|
"autonomic/goodnightout_opencase": "dev-master",
|
||||||
"autonomic/opencase": "dev-master",
|
"autonomic/opencase": "dev-master",
|
||||||
"composer/installers": "^1.2",
|
"composer/installers": "^1.2",
|
||||||
"drupal/admin_toolbar": "^3.1",
|
"drupal/admin_toolbar": "^3.1",
|
||||||
@ -47,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",
|
||||||
@ -56,6 +62,7 @@
|
|||||||
"drupal/views_aggregator": "^2.0",
|
"drupal/views_aggregator": "^2.0",
|
||||||
"drupal/views_autosubmit": "^1.4",
|
"drupal/views_autosubmit": "^1.4",
|
||||||
"drupal/views_data_export": "^1.1",
|
"drupal/views_data_export": "^1.1",
|
||||||
|
"drupal/views_natural_sort": "^2.0@alpha",
|
||||||
"drupal/views_summarize": "1.1.x-dev",
|
"drupal/views_summarize": "1.1.x-dev",
|
||||||
"drush/drush": "*"
|
"drush/drush": "*"
|
||||||
},
|
},
|
||||||
|
1612
composer.lock
generated
1612
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user