From 1cc2935c161d71a7ae9f33bf57caeb2b85c6f48e Mon Sep 17 00:00:00 2001 From: naomi Date: Fri, 22 Apr 2022 10:06:25 +0100 Subject: [PATCH] updated opencase and removed old push/pull scripts --- composer.lock | 4 ++-- pull_project.sh | 1 - push_project.sh | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100755 pull_project.sh delete mode 100755 push_project.sh diff --git a/composer.lock b/composer.lock index 613d3fc..f3b729a 100644 --- a/composer.lock +++ b/composer.lock @@ -68,7 +68,7 @@ "source": { "type": "git", "url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/opencase.git", - "reference": "952dc2ccf6ff2836c19573b8dde7462019b3f161" + "reference": "908f930e6466e481512b667350d605f014902178" }, "require": { "composer/installers": "*", @@ -85,7 +85,7 @@ "email": "helo@autonomic.zone" } ], - "time": "2022-04-22T08:34:09+00:00" + "time": "2022-04-22T09:03:37+00:00" }, { "name": "bjeavons/zxcvbn-php", diff --git a/pull_project.sh b/pull_project.sh deleted file mode 100755 index 5c3ee1c..0000000 --- a/pull_project.sh +++ /dev/null @@ -1 +0,0 @@ -git pull && composer install && drush updb && drush config:import --source=../config -y diff --git a/push_project.sh b/push_project.sh deleted file mode 100755 index 0d698c4..0000000 --- a/push_project.sh +++ /dev/null @@ -1 +0,0 @@ -composer update && drush config:export --destination=../config -y && git add . && git commit -m "Updated project"