updated opencase and removed old push/pull scripts

This commit is contained in:
naomi 2022-04-22 10:06:25 +01:00
parent 86c359f0d1
commit 1cc2935c16
3 changed files with 2 additions and 4 deletions

4
composer.lock generated
View File

@ -68,7 +68,7 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/opencase.git", "url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/opencase.git",
"reference": "952dc2ccf6ff2836c19573b8dde7462019b3f161" "reference": "908f930e6466e481512b667350d605f014902178"
}, },
"require": { "require": {
"composer/installers": "*", "composer/installers": "*",
@ -85,7 +85,7 @@
"email": "helo@autonomic.zone" "email": "helo@autonomic.zone"
} }
], ],
"time": "2022-04-22T08:34:09+00:00" "time": "2022-04-22T09:03:37+00:00"
}, },
{ {
"name": "bjeavons/zxcvbn-php", "name": "bjeavons/zxcvbn-php",

View File

@ -1 +0,0 @@
git pull && composer install && drush updb && drush config:import --source=../config -y

View File

@ -1 +0,0 @@
composer update && drush config:export --destination=../config -y && git add . && git commit -m "Updated project"